<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta NAME="description" CONTENT="The Birmingham Media Hub"> <meta NAME="keywords" CONTENT="Public Internet access, education, Training"> <title> Andrew's HTML Tutorial Page. </title> </head>and end with something like:- </body> </html> |
<body bgcolor="#cccccc" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000"> <h1>HTML Tutorial Page</h1><br> . . ....rest of page . . </body> |
#000000 Black #ff0000 Pure red #00ff00 Pure green #0000ff Pure blue #ffffff White |
WAP
|
The Birmingham Media Hub ! |
<table width="100%" border="0" bgcolor="ffffff"> <tr> <td><a href="../index.wml">WAP</a> <center><img SRC="media_logo_sml.gif" alt="The Birmingham Media Hub"> </center> </td> <td> <center><font size="+3">Welcome to <br>The Birmingham Media Hub !</font> <br><br> </center> </td> </tr> </table> |
<table border="1" bgcolor="#aaaaff"> |
<td bgcolor="#ffffaa">3rd col</td> |
<table border="1" bgcolor="#aaaaff"> <caption align="bottom">Table Caption</caption> <tr> <td>1st col</td> <td bgcolor="#ffaaff">2nd col</td> <td>3rd col</td> </tr> <tr> <td>1st col</td> <td>2nd col</td> <td>3rd col</td> </tr> <tr> <td rowspan="2">1st col</td> <td>2nd col</td> <td bgcolor="#ffffaa">3rd col</td> </tr> <tr> <td colspan="2"><center>2nd col</center></td> <td></td> </tr> </table> |
| ||||||||||||
| <b>Bold text</b> |
| <i>italic text</i> |
| <u>underlined text</u> |
| <strike>strikeout text</strike> |
| <tt>typewriter text</tt> |
| E=mc<sup>2</sup> | and | E=mc<small><sup>2</sup></small> |
| H<sub>2</sub>O | and | H<small><sub>2</sub></small>O |
| <b><i><u>bold, italic underlined text</u></i></b> |
The Birmingham Media Hub |
| <h1>text</h1> | text |
| <h2>text</h2> | text |
| <h3>text</h3> | text |
| <h4>text</h4> | text |
| <h5>text</h5> | text |
| <h6>text</h6> | text |
| <h9>text</h9> |
<img src="./hostedsites1.gif" alt="[hostedsites1.gif]" width="149" height="32" title="Hosted Sites"> |
<img src="./hostedsites1.gif" alt="[hostedsites1.gif]" border="1" width="149" height="32" title="Hosted Sites"> |
<img src="./hostedsites1.gif" alt="[hostedsites1.gif]" width="100" height="26" title="a scaled image"> |
<a href="../index.html">Go up a level.</a> |
Go up a level in <a href="../index.html" target="_blank">new window.</a> |
<a href="http://www.bbc.co.uk">www.bbc.co.uk</a> |
Go to www.bbc.co.uk in a <a href="http://www.bbc.co.uk" target="_blank">new window.</a> |
<a href="ftp://ftp.novell.de">ftp.novell.de</a> |
Send your email to <a href="mailto:support@mediahub.co.uk?subject=Enquiry from HTML Tutorial">support@mediahub.co.uk</a> |
<a href="gopher://marvel.loc.gov/">gopher://marvel.loc.gov/</a> |
<a href="telnet://locis.loc.gov/">telnet://locis.loc.gov/</a> |
<a href="tn3270://locis.loc.gov">tn3270://locis.loc.gov</a> |
<a href="nntp://news.novell.com">nntp://news.novell.com</a> |
<a href="/index.html"><img src="./media_logo_sml.gif" alt="media_logo_sml.gif"width="200" height="73" title="Media Hub logo"></a> |
<a href="/index.html"><img src="./media_logo_sml.gif" alt="media_logo_sml.gif" width="200" height="73" border="0" title="Media Hub logo"></a> |
<body bgcolor="#cccccc" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000"> |