Computer Science, asked by raiamit808, 11 months ago


<HTML>
<BODY>
<H4>A nested List:</H4>
<ul>
<LI>Coffee</LI>
<LI>Tea</LI>
<ul>
<LI>Black tea</LI>
<LI>Green tea</LI>
</UL>
<LI>Juice</LI>
<LI>Milk</LI>
</UL>
</BODY>
</HTML>

Answers

Answered by nidhee10
1

Answer:

A NESTED LIST

  • Coffee
  • Tea
  • Black tea ( must be shifted little right)
  • green tea(must be shifted little right)
  • juice
  • milk

Explanation:

Always use head and title for good programming

Similar questions