0
How I can make a full horizontal line after a list (HTML)
For example: see this :https://code.sololearn.com/WAcBdoB7ev2k/?ref=app you can see a line after a image of ✅ but it isn't a full line ! How I can make a full line after a list and image ?
1 Odpowiedź
0
Hello,reading your code (I m beginner) I was wondering, didn't you forgot to close your <img .......... />balise ,maybe it have consequences when browser interpret it,and also you gave a "align" and "width" to your first <hr> but not the next one's... don't know if these are valid reasons.