• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql
You are here: Home / HTML / Tags / HTML DD Tag

HTML DD Tag

August 12, 2013 by techhoneyadmin

HTML DD Tag <dd> is used to characterize an item in definition list.

HTML DD Tag is used with the HTML DL Tag <dl> (defines the list of definitions) and with HTML DT Tag <dt> (defines the items in the list of definition).

Paragraphs, links, line breaks etc can be used in the DD Tag <dd>.

DD Tag is a closed tag and needs to be closed using HTML closing DD Tag </dd>


Syntax of HTML DD Tag

<dd>
Items definition goes here
</dd>

Example of HTML DD Tag

HTML dd Tag Code Output
<dl>
<dt>Sugar</dt>
<dd>Sweet in Taste</dd>
<dt>Salt</dt>
<dd>Salty in Taste</dd>
</dl>
Sugar
Sweet in Taste
Salt
Salty in Taste

In the example output we can see that the properties of “Sugar” and “Salt” are described using the DD HTML tag.

Also note the usage of HTML DL Tag and HTML DT Tag in the example.

HTML DD tag supports all HTML Global Attributes and HTML Event Attributes.


HTML DD Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Dd HTML, dd HTML tag, Dd tag, dd tag HTML, how to use html dd tag, HTML dd, HTML dd tag, HTML dd tag syntax and example, HTML tag dd, HTMLDdTag, Tag dd, Tag dd HTML, Tag HTML dd, using html dd tag, what is the use of HTML dd tag

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in