Homework:: On A Size 2 Sheet of Paper
Homework:: On A Size 2 Sheet of Paper
the <a> tag in HTML Write down its function List down its attributes Explain and write down examples:
to
<table> Tag
The <table> tag defines an HTML table. A simple HTML table consists of the table element and one or more tr, th and td elements. tr: table row th: table header td: table cell
<table> Attributes
Attribute Values Description align Left, right, Specifies the alignment of center a table according to surrounding text bgcolor RGB Specifies the background #xxxxxx color for a table colorname border pixels Specifies the width of the borders around a table width pixels Specifies the width of a table
<table> Attributes
Attribute Values cellpaddin pixels g Description Specifies the space between the cell wall and the cell content Specifies the space between cells Specifies which parts of the outside borders that should be visible
rowspan
valign
number
top, middle,
Sets the number of columns a cell should span Sets the number of rows a cell should span Vertical aligns the content in a cell