basic-css-02-Examples-html-attributes.htm / htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <TABLE ID=mytable BORDER=1 WIDTH=250> <TR> <TD COLSPAN=2> Some text. </TD> </TR> <TR> <TD> Some more text. </TD> <TD> Yet some more text. </TD> </TR> </TABLE> </BODY> </HTML>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.