<! Doctype HTML public "-// W3C // dtd xhtml 1.0 strict // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> CSS tables </title>
<Link href = "styles.css" rel = "stylesheet" type = "text/CSS"/>
</Head>
<Style type = "text/CSS">
/* CSS document */
Body {
Font: normal 11px auto "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
Color: #4f6b72;
Background: # e6eae9;
}
A {
Color: # c75f3e;
}
# Mytable {
Width: 700px;
Padding: 0;
Margin: 0;
}
Caption {
Padding: 0 0 5px 0;
Width: 700px;
Font: italic 11px "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
Text-align: right;
}
Th {
Font: bold 11px "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
Color: #4f6b72;
Border-Right: 1px solid # c1dad7;
Border-bottom: 1px solid # c1dad7;
Border-top: 1px solid # c1dad7;
Letter-Spacing: 2px;
Text-transform: uppercase;
Text-align: left;
Padding: 6px 6px 6px 12px;
Background: # cae8ea URL (images/bg_header.jpg) No-Repeat;
}
Th. nobg {
Border-top: 0;
Border-left: 0;
Border-Right: 1px solid # c1dad7;
Background: none;
}
TD {
Border-Right: 1px solid # c1dad7;
Border-bottom: 1px solid # c1dad7;
Background: # FFF;
Font-size: 11px;
Padding: 6px 6px 6px 12px;
Color: #4f6b72;
}
TD. Alt {
Background: # f5fafa;
Color: #797268;
}
Th. spec {
Border-left: 1px solid # c1dad7;
Border-top: 0;
Background: # fff URL (images/bullet1.gif) No-Repeat;
Font: bold 10px "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
}
Th. specalt {
Border-left: 1px solid # c1dad7;
Border-top: 0;
Background: # f5fafa URL (images/bullet2.gif) No-Repeat;
Font: bold 10px "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
Color: #797268;
}
/* --------- For IE 5.x bug */
HTML> body TD {font-size: 11px ;}
</Style>
<Body>
<Table id = "mytable" cellspacing = "0" summary = "the technical specifications of the apple powermac G5 series">
<Caption> & nbsp; </caption>
<Tr>
<TH scope = "col" abbr = "tolerations" class = "nobg"> tolerations </Th>
<TH scope = "col" abbr = "dual 1.8"> dual 1.8 GHz </Th>
<TH scope = "col" abbr = "Dual 2"> Dual 2 GHz </Th>
<TH scope = "col" abbr = "dual 2.5"> dual 2.5 GHz </Th>
</Tr>
<Tr>
<TH scope = "row" abbr = "model" class = "spec"> Lipeng </Th>
<TD> m9454ll/A </TD>
<TD> m9455ll/A </TD>
<TD> m9457ll/A </TD>
</Tr>
<Tr>
<TH scope = "row" abbr = "G5 processor" class = "specalt"> mapabc </Th>
<TD class = "Alt"> dual 1.8 GHz PowerPC G5 </TD>
<TD class = "Alt"> Dual 2 GHz PowerPC G5 </TD>
<TD class = "Alt"> dual 2.5 GHz PowerPC G5 </TD>
</Tr>
<Tr>
<TH scope = "row" abbr = "frontside bus" class = "spec"> map business card </Th>
<TD> 900 MHz per processor </TD>
<TD> 1 GHz per processor </TD>
<TD> 1.25 GHz per processor </TD>
</Tr>
<Tr>
<TH scope = "row" abbr = "L2 cache" class = "specalt"> graph xiuka </Th>
<TD class = "Alt"> 512 K per processor </TD>
<TD class = "Alt"> 512 K per processor </TD>
<TD class = "Alt"> 512 K per processor </TD>
</Tr>
</Table>
</Body>
</Html>