CBSE BOARD X, asked by adarshaudi44811, 8 months ago

Write Html code to generate following output.

Answers

Answered by iamanubhab92
0

Answer:

<!DOCTYPEhtml>

<html>

<body>

<p>Write Html code to generate following output.</p>

</body>

</html>

Answered by aasdadsadad
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