Click Here to view Result after edited
Return to html and xhtml 22 hour tutorial,
or
Return Back
<DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.1 / / EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" /> <html xmlns = "http:// www.w3.org/1999/xhtml " /> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> HTML colgroup col example - HTML tutorial, XHTML Guide </ title> <style type="text/css" />. yellow (color: # CCCC33; font-size: 36px;). blue (color: # 3399CC; font-size: 12px;) </ style> </ head> <body> <p> NT22 Tutorial <a href="http://www.nt22.com/xhtml-html/" /> HTML tutorial </ a>, <strong> <a href = "http: / / www.nt22.com/xhtml-html/tag_colgroup/ " /> col colgroup labels </ a> </ strong> examples. </ p> <table width =" 80% "border =" 1 "summary =" Introduction the number of domain names. " /> <colgroup> <col /> <col class="yellow" /> <col /> <col span="2" class="blue" /> </ colgroup> <caption align =" center " /> names on </ caption> <tr> <th> </ th> <th>. com domain names the number of </ th> <th>. cn domain names the number of </ th> <th>. net the number of domain names </ th> <th>. com.cn the number of domain names </ th> </ tr> <tr> <td> 2003 </ td> <td> 1000 </ td> <td> 2000 < / td> <td> 3000 </ td> <td> 4000 </ td> </ tr> <tr> <td> 2004 </ td> <td> 4000 </ td> <td> 5000 </ td > <td> 6000 </ td> <td> 7000 </ td> </ tr> <tr> <td> 2005 </ td> <td> 7000 </ td> <td> 8000 </ td> < td> 9000 </ td> <td> 10000 </ td> </ tr> </ table> </ body> </ html>