Html is what most web pages are made of. It consists of tags. Tags look like this:
;<html>
Most tags come in pairs:
;<html>
;</html>
The slash on the second tagmeans "end of". So you can say "<html> = start of HTML, and </html> = end of HTML. It is normaly the same for al HTML tags. Some tags that do not come in pairs are the following:
;<br> which causes a line break in text
;<hr> which causes a horizontal line to appear
The first two tags I showed you (<html> </html> are the most important part of your webpage. Without it, nothing would happen when you opened the page on your browser.
HullBreach has rigged this site with its own special tags for different purposes. IF USING REMOVE SPACES
To add color: [ color = ex. red]text[ / color ]
More hints in part two!
Thanks,
Kee225