Forum Moderators: open
<table border="5px" bgcolor="#333333" bordercolor="#000000" title="<h1>my title</h1>"<td><p style="text-align:center;">
<font size="6.5" color="#FFFFFF" face="Book Antiqua">My<br/>
business<br>
</font>
<font size="2.5" color="#CBCBCB" face="VERDANA">
these are the things we do
</font><br><br>
<font size="7" color="#FFFFFF" face="Book Antiqua">my<br></font><font size="3.5"
color="#FFFFFF" face="Book Antiqua">logo</font><br><br>
<font size="3" color="#FFFFFF" face="VERDANA">my contact info
</font></td></table></p>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>It's not your business!</title>
<style type="text/css">
body {
background-color:#f0f0f0;
}
#about-me {
width:196px;
padding:2px;
border:5px solid #000;
background-color:#333;
font-family:verdana,sans-serif;
font-size:1em;
color:#fff;
text-align:center;
}
#inner-border {
padding-bottom:0.5em;
border:1px solid;
border-color:#000 #898989 #898989 #000;
}
#about-me h1,#about-me h2,#about-me h3 {
margin:0.5em 0;
font-family:'book antiqua',serif;
font-size:250%;
font-weight:normal;
}
#about-me h3 span {
display:block;
font-size:40%;
}
#about-me p {
margin:0 0 0.5em;
font-size:80%;
color:#cbcbcb;
}
</style>
</head>
<body>
<div id="about-me">
<div id="inner-border">
<h1>My title</h1>
<h2>My business</h2>
<p>these are the things we do</p>
<h3>My<span>logo</span></h3>
<p>my contact info</p>
</div>
</div>
</body>
</html>
<p> </p><!-- this is bad, using empty elements for visual effects, but it's valid. -->
<table border="5px" bgcolor="#333333" bordercolor="#000000" title="my title">
<tr> <!-- start a table row -->
<td>
<p style="text-align:center;">
<font size="6.5" color="#FFFFFF" face="Book Antiqua">My<br>
business<br>
</font>
<font size="2.5" color="#CBCBCB" face="VERDANA">
these are the things we do
</font>
</p>
<p>
<font size="7" color="#FFFFFF" face="Book Antiqua">my<br></font>
<font size="3.5" color="#FFFFFF" face="Book Antiqua">logo</font>
</p>
<p>
<font size="3" color="#FFFFFF" face="VERDANA">my contact info
</font>
</p>
</td>
</tr> <!-- end the table row -->
</table>
[edited by: rocknbil at 5:00 pm (utc) on Feb 25, 2011]