The HTML5 ul Tag

The HTML5 <ul> tag is applied for an unordered or bulleted list. The use of the HTML5 <ul> tag has to be accompanied by the <li> tag so that the list can be incorporated properly within the document.

If it is necessary to add formatting or style to the list, CSS has to be used. The use of the HTML5 <ul> tag is slightly different. The compact and type attributes which are present in HTML4.01 are no longer accepted in HTML5.

The HTML5 <ul> tag is supported by the common browsers that are being utilized by web users these days such as Internet Explorer, Google Chrome, Safari, Opera and Firefox. It is also supportive of the Event Attributes and Global Attributes in HTML5.

The HTML5 <ul> tag is applied for an unordered or bulleted list. The use of the HTML5 <ul> tag has to be accompanied by the <li> tag so that the list can be incorporated properly within the document.

If it is necessary to add formatting or style to the list, CSS has to be used. The use of the HTML5 <ul> tag is slightly different. The compact and type attributes which are present in HTML4.01 are no longer accepted in HTML5.

The HTML5 <ul> tag is supported by the common browsers that are being utilized by web users these days such as Internet Explorer, Google Chrome, Safari, Opera and Firefox. It is also supportive of the Event Attributes and Global Attributes in HTML5.

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 …