Examples

Below is my exact code for this page *note all these commands are enclosed in <> except text*:

html
head
title HTML examples /title
/head
body bgcolor="black"
font face="Arial" color="white" size="6"
p align="center"
Examples
br
br
This is the surff you are seing now
br
br
a href="html.html" Back /a
/body
/html

Back