ICSE VII Computers More in HTML
ICSE VII Computers More in HTML
Subject: Computers
Document 1 Document 2
<IMG src=“koala.jpg”>
-- image file is in same folder as the html file
<IMG src=“d:\images\flower.gif”>
--image is in another folder
<TH>…<TH>
5. To create a cell (or column) that stores table data inside a row.
<TD>…</TD>
©Podar Education Network Subject: Computers Topic: More in HTML
Table tag <TABLE>
It is a container element. Its attributes are as follows.
Align
Bgcolor
Border
Bordercolor Table header
Caption Table 1
Cellpadding
Cellspacing Adm No. Name Marks
Height
Width V10120 Amit 77
V087 Sarah 87
Table
Eshana data
V10120 77
Table row Singh
Sarah
V0761 87
Mathew
Table 1
Table 1
V10120 Amit 77
V087 Sarah 87
Eshana Border is of
V10120 77
Singh thickness 4 pixels
The tag used to create links is called the Anchor tag, or <A>