HTML LISTS AND TABLES

THE HTML LISTS We introduce the post "Lists and Tables in HTML" starting from the lists. In HTML, we can organize information into Lists. They can be Ordered or Unordered Ordered Lists form numbered lists Unordered Lists form bulleted lists We form Ordered Lists with Tag <ol> </ol> while Unordered Lists with Tag <ul> </ul>. List objects are created with the <li> tag. The type attribute of the <ol> tag defines the type of the list item marker: EMMET ABBREVIATION TO CREATE AN ORDERED LIST Ti riporto un'abbreviazione Emmet per la lista ordinata. [...]