Skip to main content

Posts

Featured

lists in html5 | types of lists in html | numbered lists bulleted lists and definition lists in html

    Types of Lists In HTML   In this Post, We will Discus which is totally different than other Tags in HTML  Lists Are used in many ways and purpose  the outline of this Post is : Create numbered List in HTML  Create bulleted list In HTML Create Definition List in HTML A brief overview of the List : Every list used in the HTML document has a Unique purpose  for example  A number list is used for presenting things e.g Top 5 best songs, top five development  site  etc  a bullet list is usually called a default list is not a numbered list but use to show  the items with bullets. Important Note : In Old HTML  There are two additional lists were used which are as follows  Menu List  Directory list All Tags in HTML have common elements Like In HTML every list has its own outer list for example  <ul>           <ol>          <...

Latest Posts