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.