write the HTML code to display image with red border
Answers
Answered by
13
<html>
<head>
<title>image</title>
</head>
<body>
<img src="ur image location" border="5px red" >
</body>
</html>
Similar questions