Write HTML code to generate the following output on the screen. Use the
concept of nested list.
1. Website Structure
. Linear
• Tree
Web linked
• Hybrid
2. Website Type
i Static
11 Dynamic
Sports
• Table Tennis
• Cricket
o Virat Kohli
o Joe Root
• Basketball
Answers
Answered by
11
Answer:
<html>
<head>
<title>
Please.. Mark me as a BRAINLIEST!!!( VISHALKUMARV22 )
</title>
</head>
<body>
1.Website Structure
<ul type="disc">
<li>Linear</li>
<li>Tree</li>
Web Linked
<li>Hybrid</li>
</ul>
2.Website Type
<ol type="i">
<li>Static</li>
<li>Dynamic</li>
</ol>
Sports
<ul type="disc">
<li>Table Tennis</li>
<li>Cricket</li>
</ul>
<ul type="circle">
<li>Virat Kohli</li>
<li>Joe Root</li>
</ul>
<ul type="disc">
<li>Basketball</li>
</ul>
</body>
</html>
Answered by
0
Answer:
first koholi aniska harna pyari to da ni
Similar questions