Write Html code to generate following output.
Answers
Answered by
0
Answer:
<!DOCTYPEhtml>
<html>
<body>
<p>Write Html code to generate following output.</p>
</body>
</html>
Answered by
0
Answer:
<html>
<body>
<h4>An Unordered List:</h4>
<ul>
<li>Coffee</li>
<li>Tea</li>
<ul>
<li>Black Tea</li>
<li>Green Tea</li>
</ul>
<ul>
<li>Milk</li>
</ul>
</body>
</html>
Similar questions