Page 106 - Plus_V2.2_C7_Flipbook
P. 106
8 More on HTML5
Let’s surf
Lists Creating TABLES
Using CSS With Tables Inserting Images
Adding Audio and Video Some More Examples
Let’s PLug-in
Write the HTML code (start from <BODY> tag) to display the following output on a web page:
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
In the previous chapter, we learnt how to use CSS to enhance the look and feel of a web page. We also
learnt about different CSS properties.
Sometimes we need to arrange the information on the web page in some specific order like : list of
items sold, list of courses offered, list of students qualified for competition etc. In this kind of situation,
we need to number each item and create a list. HTML offers a variety of tags for creating different
types of lists like numbered lists, alphabet lists or lists with symbols. Also, in most of the web pages,
we see audio and video inserted to make the web page interesting. So, come let’s explore more about
inserting lists and audio /video in a web page using HTML commands.
104 Premium Edition-VII

