Page 133 - Viva ICSE Computer Studies 7 : E-book
P. 133
10 Tables and Forms in HTML
Learning Outcomes Let’s Learn About
Students will be able to • Tables: An Introducti on
• create a table. • Tags Used in Tables
• learn attributes of <TABLE> tag. • Att ributes of <Table> Tag
• Att ributes of the <TR>, <TD> and <TH> Tags
• create a form.
• Forms in HTML
• Input Elements
• Adding Text Area
Activity Corner
Name the tags used for the following purposes.
1. Create a bulleted list. __________________________________
2. Create a numbered list. __________________________________
3. Insert images. __________________________________
4. Link web pages. __________________________________
5. Create an e-mail link. __________________________________
Tables: An Introduction
Tables are very useful on a web browser because they are
fl exible and give us an attractive way of presenting data. Learn More
A table is a set of rows and columns. A cell is an intersection
Tables display information
of a row and a column. A data cell can contain many things
in an easier way and are
such as text, images, lists, paragraphs and forms. Before faster to evaluate.
designing tables in HTML, let’s fi rst understand the concept
of a table with the help of an example.
121