create a web page "first.htm",insert an image "flower.jpg",create unordered list of 5 items ( html ,title ,body ,hr , ordered ) and interlink them
Answers
Answered by
1
Answer:
<html>
<head>
<title>first.html</title>
</head>
<body>
<img src="flower.jpg">
<ul>
<li>protrector</li>
<li>pen</li>
<li>pencil</li>
<li>eraser</li>
<li>scale</li>
</ul>
</body>
</html>
Explanation:
you must have the image named flower and then copy the location/path of the image and paste it in img src.
.
.
.
.
.
.
.
.
.
.
.
.
plz mark it brainliest
Similar questions