Computer Science, asked by shs0919192madhvi, 5 months ago

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 runav8448
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