Write the html code to display image with red border
Answers
Answered by
37
<html>
<head>
<title>image</title>
</head>
<body>
<img src="ur image location" border="5px red" >
</body>
</html>
poppy2608:
hii
Answered by
53
<html>
<head>
<title>The html code to display image with red border</title>
</head>
<body>
<img style="border:5px red;" src="//www.html.am/images/image-codes/milford_sound_t.jpg" width="225" height="151" alt="Photo of Milford Sound in New Zealand" />
</body>
</html>
<head>
<title>The html code to display image with red border</title>
</head>
<body>
<img style="border:5px red;" src="//www.html.am/images/image-codes/milford_sound_t.jpg" width="225" height="151" alt="Photo of Milford Sound in New Zealand" />
</body>
</html>
Similar questions