Single line,
new paragraph spacing = <BR>
<a href="INSERT LINK HERE USING http://> INSERT LINK NAME HERE </a>
link to another part of same page;
With basic basic web design use:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
... at start
Then <html> <body> around </body> </html> everything
BTW; <hr /> (border) DOESN'T need closing
To get name of webby in tab/browser (look at tab name at top of browser) use;
<head>
<title> TITLE HERE </title>
</head>
<span style="colour: #9933CCgt;"> TEXT HERE </span>
#FF3399 & etc
Colour codes grid
Although for the above image I excluded "width=”70” height=”20” alt=”HTML for pictures” />" as I couldn't get it to work here :(
| Here's how to do tables | <table border ="VALUE"> | <tr> | <td> Row 1, cell 1 </td> | </tr> |
| <tr> | <td> Row 2, Cell 1 </td> | </tr> | </table> |
Change background colour with
<body bgcolor="COLOUR HERE"> </body>
Link 2 colour chart grid
current background colour = "#33CC99"
| <tablecolor="lime" border ="1"> <tr> | </tr>
| </tr> </table> |
| But you have to color EVERY cell individually a |