write about border tag in short
Answers
Answered by
2
Answer:
An image border is the line that appears around the edges of the pictures.
The image border can be set by <IMG BORDER = VALUE>
Where
value ranges from 0 to 99.....
Answered by
1
The border shorthand is especially useful when you want all four borders to be the same. To make them different from each other, however, you can use the longhand border-width, border-style, and border-color properties, which accept different values for each side. Alternatively, you can target one border at a time with the physical (e.g., border-top ) and logical (e.g., border-block-start) border properties.
Similar questions