CLASS 7 - COMPUTER - CH-7 HTML5-Images, Links and Tables - NOTES
CLASS 7 - COMPUTER - CH-7 HTML5-Images, Links and Tables - NOTES
.
CLASS: VII
SECTION: ALL SECTIONS
SUBJECT: COMPUTER SCIENCE
SESSION: 2023-24
2. Cell Spacing: Cell Spacing is the amount of space between the cell borders or the distance between the
cells.
3. Anchors: Anchors are the links to sections within the same page. These can be created using the <A>
tag.
G. Answer briefly: -
1. Why do we create image link? Write its syntax.
Ans1: We create a link to an image so that the visitor can click on that image to display the link.
Syntax: -
<A HREF=”www.google.com”><IMG SRC=”Image.jpg”></A>
www.queensvalleyschool.in Sector-8, Phase-I, Dwarka, New Delhi-110077
“Happiness is a matter of choice”
.
2. Define the building blocks of HTML tables.
Ans2: The building Blocks of HTML tables are-
1. <TABLE> tag- Used to define the table itself.
2. <TR> tag-Used to define a Table row.
3. <TH> tag-Used to define a Table header.
4. <TD> tag-Used to define the table data or cell content.