CSS underline
CSS underline
Out of context: Reply #28
- Started
- Last post
- 31 Responses
- who0
in html
you can write border=0 inside the image tagor
in css
img {
border: 0;
}
in html
you can write border=0 inside the image tag
or
in css
img {
border: 0;
}