Computer Science, asked by ridhi87, 1 year ago

Write the html code to display image with red border

Answers

Answered by Hacket
37

<html>

<head>

<title>image</title>

</head>

<body>

<img src="ur image location" border="5px red" >

</body>

</html>


poppy2608: hii
Hacket: Hlo
Answered by TheBrainliestUser
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>
Similar questions