Home / Programming MCQs / HTML MCQs / Question
R
Q. Which tag is used to define description lists?
The <dl> tag defines a description list. The <dl> tag is used in conjunction with <dt> (defines terms/names) and <dd> (describes each term/name). Example: <dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl> Output: Coffee Black hot drink Milk White cold drink
You must be Logged in to update hint/solution
Which of the following web elements should you know about before building your web site?
Which tag is used to let control over the viewport?
Which HTML tag is used to define subscript text?
Which of the following statement is true?
The <base> tag is designed to appear only between _______
Which of the following is the correct regarding meta tag in HTML?
Which tag tells where a link starts?
Which of the following is not a pair tag?
Which of the following is correct character entities for "Copyright" symbol?
Discusssion
Login to discuss.