Page 104 - TP_Pluse_V2.2_Class_7
P. 104
8 Lists and Tables
in HTML5
Let’s surf
Ø Creating Lists Ø Creating Tables
21 st #Critical Thinking
Let’s PLug-in Century #Information literacy
Skills
Write the HTML code (start from <BODY> tag) to display the following output on a web page:
_____________________________________________________________________________________
_____________________________________________________________________________________
_____________________________________________________________________________________
_____________________________________________________________________________________
Similar to MS Word, you can also create different types of lists and tables on the web pages in HTML5.
In the previous chapter, you have learnt the basic tags of HTML and their attributes. In this chapter,
you will learn how to create lists and tables in HTML5.
CREATING LISTS
A list is a collection of related items that can be used to represent information in pointed form. In
our daily routine, we have to write many things, such as a list of items required for a festival and a
list of steps to make a dish. The list feature of HTML5 allows us to display this type of information on
the web page in an organised manner. There are three types of lists named ordered list, unordered
list and definition list that can be created in HTML5 to display the items in the form of list.
102 Plus (Ver. 2.2)-VII

