Page 119 - Viva ICSE Computer Studies 7 : E-book
P. 119
9 Lists, Images and Links
in HTML
Learning Outcomes Let’s Learn About
• Lists • Linking Web Pages
Students will be able to
• Marquee Tag • Images as Links
add advanced features to a web page like
• Inserti ng Images • Adding E-mail Link
lists, images and links.
Activity Corner
Identify and write the functions of the following tags.
<B> ________________________ <I> ________________________
<U> ________________________ <HR> ________________________
<BR> ________________________ <P> ________________________
Lists
Lists are one of the ways to provide information in a structured and easy-to-read format. They
help the Internet users to easily spot and get access to important information. Using HTML,
you can arrange items in lists in several ways. The three most common ways to arrange items
in lists are given below.
1. Unordered List (Bulleted)
2. Ordered List (Numbered)
3. Defi nition List
Let’s discuss these briefl y.
107