+ 15
underling a img
can u underline a img in html or css
8 Respostas
+ 13
Use style for a bottom border.
<img src=“pic.jpg” style=“border-bottom:2px solid red;”>
+ 9
U can use img border inside the img tag.
+ 8
You can add a border to the bottom of the image using css as..
img{
border-bottom:3px solid #ff0000;
}
Or you can also add <hr> tag after <img> tag to make underline
+ 6
ok thx
+ 6
Replace underling with underline in the question and add it as a tag so anyone searching for a similar question can find it in q and a.
+ 4
You have to add border-bottom
+ 4
what Jaedon Person what do u mean
+ 1
too un