Save
Computer
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Grace
Visit profile
Subdecks (1)
HTML Forms Lesson 2
Computer
15 cards
Cards (24)
HTML tables
Allow web authors to
arrange
data
like text, images, links, other tables, etc., into
rows
and
columns
of
cells
Creating
HTML
tables
1. <
table
>
2. <
tr
>
3. <
td
>
<th> tag
Used to create
table headings
, which are centered and
bold
by default
Table
heading
Name
Salary
Cellpadding
Represents the
distance
between
cell borders
and the content within a cell
Cellspacing
Defines
space
between
table
cells
Colspan
attribute
Used to merge
two
or more columns into a
single
column
Rowspan
attribute
Used to merge
two
or
more
rows
The elements under <td> are
regular
and left aligned by
default
See all 24 cards