Explanation about html code

 The <dd> tag is used to describe a term/name in a description list.

The <dd> tag is used in conjunction with <dl> (defines a description list)

and <dt> (defines terms/names).

Inside a <dd> tag you can put paragraphs, line breaks, images

Comments

Popular posts from this blog

Explain about the HTML code above :

Difference between Example 1 and Example 2