Computer Science, asked by ishusinghal384, 6 months ago

F). Write HTML code to get the same output.
Using Order list
Types of Network
1. LAN
2. WAN
3. MAN
4. PAN
General Instructions-
• Title of the Webpage is "Using Order List”.
• Background color of the page is "Yellow”.​

Answers

Answered by Imblank
1

Answer:

<html>

<head>

<title>Using Order List</title>

</head>

<body bgcolor="yellow">

<ol type='1'>

<li>LAN</li>

<li>WAN</li>

<li>MAN</li>

<li>PAN</li>

</ol>

</body>

</html>

Read my bio once only

Similar questions