CBSE Class 10 Computer Applications Question 96 of 176

HTML I — Basic HTML Elements — Question 17

Back to all questions
17
Question

Question 27

Create a list of definitions using <DL>, <DT> and <DD>.

Proper Address Of Royalty.
Your Majesty
    To The King or Queen
Your Highness
    To The King's Children
Your Highness
    To Nephews, Nieces and Cousins of the King.

Try to change the styles of bullets e.g., <UL>.<OL>.

Answer
Proper Address Of Royalty.
<DL>
<DT>Your Majesty</DT> 
    <DD>To The King or Queen</DD> 
<DT> Your Highness </DT> 
    <DD>To The King's Children</DD> 
<DT>Your Highness</DT>
    <DD>To Nephews, Nieces and Cousins of the King.</DD> 
</DL>
Output
Create a list of definitions. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.