What does <dt>, <dd>, and <dl> tag stand for, and state it's uses in html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

What does <dt>, <dd>, and <dl> tag stand for, and state it's uses in html

Html

4th May 2020, 5:19 AM
MALAKIBUNGU JOSHUA, G
MALAKIBUNGU JOSHUA, G - avatar
2 Respostas
+ 1
"A description list is a list of terms, with a description of each term. TheĀ <dl>Ā tag defines the description list, theĀ <dt>Ā tag defines the term (name), and theĀ <dd>Ā tag describes each term: Example <dl> Ā Ā <dt>Coffee</dt> Ā Ā <dd>- black hot drink</dd> Ā Ā <dt>Milk</dt> Ā Ā <dd>- white cold drink</dd> </dl> " Source: https://www.w3schools.com/html/html_lists.asp
4th May 2020, 5:28 AM
Akshay Harshora
Akshay Harshora - avatar
+ 2
Oooh,,,, very thanks friend Guru šŸ¤šŸ™šŸ™šŸ™
4th May 2020, 5:39 AM
MALAKIBUNGU JOSHUA, G
MALAKIBUNGU JOSHUA, G - avatar