There is a big and justified interest from the web community about the changes introduced in HTML 5 and in the last weeks I'm frequently receiving a lot of questions and requests about this topic. In this post I want to illustrate a quick roundup of some point of interest about the use of lists in HTML 5. How you know HTML has three types of lists:
-
, unordered list- , ordered list-
, definition listThe HTML
tag defines a list item and is used in both
and lists.
and
tags define a definition term and the related description in a definition list. These tags are all supported in HTML 5 version but there are some little changes in their attributes, in particular:
andthe attribute compact and type are not longer supported in HTML 5 (you have to use CSS instead).
the attribute type, which specifies the type of the list, is not longer supported in HTML 5 (you have to use CSS instead). The attribute value, which defines the value of the first item of the list, is not longer deprecated and can be only used with the tag.
Unordered list for navigation barAnother lists-related question is about the structure of the navigation bar of a website with the introduction of the new
The Blog is here to guide you through the way to reach the unexpectable horizons of your knowledge. Hangvirus provides you with latest Tech updates, Tutorials, Windows Tricks and Tips, Facebook Hidden Features, and many more useful and cool tricks. because here at Hangvirus we feel everyone can do a thing but to do the unique things are called COOL.
Post a Comment