Computer Science, asked by khushi1922, 1 year ago

write the HTML code to display image with red border​

Answers

Answered by Anonymous
13

<html>

<head>

<title>image</title>

</head>

<body>

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

</body>

</html>

Similar questions