Computer Science, asked by vineetasingh1550, 8 months ago

7.
How can borders be set for an
image?​

Answers

Answered by Sneha110061
2

Hey mate.

I know how to set image border in HTML.

For this the coding is -

Example

img {

border: 5px solid #555;

}

(In HTML5)

And in other versions -

The <img> border attribute is used to specify the border width around the image.

Similar questions