How to create image below image in HTML.
And also make separate borders in between for both images?
Answers
Answered by
0
The border attribute of the IMG element adds a border around an image. When an image is used as a link, the browser will automatically display a border of the image. If you want to rid the image of the border, specify 0 for the value of the border attribute.
<img src="" border="">
please like
Answered by
2
Explanation:
The border-image property allows you to specify an image to be used as the border around an element.
The border-image property is a shorthand property for:
border-image-source
border-image-slice
border-image-width
border-image-outset
border-image-repeat
Similar questions