Computer Science, asked by aliza9031, 6 months ago

Salma has been given a task by her teacher to create a Web page giving a list of five important social networking sites. Can you help her write the HTML code for creating this Web page?

Answers

Answered by satyamkumar2007
1

Answer:

The coding is:

<html>

<head><title>Title</title>

</head>

<body>

<ol type="1">

<li>Name of the networking site</li>

<li>Name of the networking site</li>

<li>Name of the networking site</li>

<li>Name of the networking site</li>

<li>Name of the networking site</li>

</ol>

</body>

</html>

Hope it helps.

Please mark me Brainliest.

Similar questions