HTML5 Table – Rowspan, Colspan

In Html5,
. In this example, we will see how to create a simple Html Table and then we will study Rowspan and Colspan attributes.
HTML5 List – Ordered , Unordered & Definition![]() Html5 supports three kinds of lists. They are: Ordered List, UnOrdered List, Definition List. Ordered List contains sequence numbers. So, when you want to provide a list item in which order is important, you can use the ordered list. In the Unordered List, the sequence of items is not needed, and browser renders these items as bulleted points. In Html5, Definition Lists are to provide terms & its definitions. Create First HTML5 Document![]() Above picture showed the example we are going to create in this example. Here, we will create a document with the title First Html-5 Content. The browser displays page heading followed by a simple paragraph which contains two sentences. |