Write the output of the following HTML?
<html>
<head>
<title> My Webpage</title>
</head>
<body>
<ol>
<li> Sports
<dl>
<dt> Cricket</dt>
<dd>Each team has 11 players </dd>
<dt> Badminton</dt>
<dd>Each team has 1 or 2 players</dd>
<dt> Chess</dt>
<dd>Each team has exactly 1 player</dd>
</dl>
</li>
</i> Cities of Pakistan
<dl>
<dt>Lahore</dt>
<dd>Capital of Punjab</dd>
<dt>Karachi</dt>
<dd>Capital of Sindh</dd>
<dt> Peshawar</dt>
<dd>Capital of Khyber Pakhtunkhwa</dd>
<dt>Quetta</dt>
<dd>Capital of Balochistan</dd>
</dl>
</li>
</ol>
</body>
</html>
Answers
Answered by
4
Answer:
Sports
Cricket
Each team has 11 players
Badminton
Each team has 1 or 2 players
Chess
Each team has exactly 1 player
Cities of Pakistan
Lahore
Capital of Punjab
Karachi
Capital of Sindh
Peshawar
Capital of Khyber Pakhtunkhwa
Quetta
Capital of Balochistan
Similar questions