The HTML5 dl Tag

When determining the definition list in an HTML document, using the HTML5 <dl> tag is needed. Typically, this is utilized along with the <dt> tag. The purpose of adding <dt> is to specify the item that is found within the list. The HTML5 <dl> tag is also used along with the <dd> tag because this provides the description for the item within the list.

Using the HTML5 <dl> tag is nothing different because it is utilized the same way in HTML4.01. This should not arise confusion for HTML authors who switched from HTML4.01 to HTML5. To make things even better, this is also compatible with the Global Attributes in HTML5. Even the Events Attributes works best with the HTML5 <dl> tag.

The HTML5 <dl> tag is helpful for users because all major web browsers can detect this. Whether it is viewed through Firefox, Google Chrome, Safari, Opera or Internet Explorer, the function of HTML5 <dl> tag is seen well.

Featured pages

Overview

Learn about HTML5 architecture, design principles and patterns on HTML5 Overview Tutorial. Become …

Tags

Learn about HTML5 tags and discover a new list of HTML5 tags. Find out about HTML5 tags support by…

Welcome

 Learn HTML5 development techniques, tips and tricks on our website. Find out what is required…

Date Time Picker

HTML5 forms use date and time controls regularly. HTML5 date and time controls are used by booking …