Basic Html



I will try the best I can to give some of the basic html that I have learned since starting rsl. Most all of this can be used on tourney rules on on main pages of leagues.

HTML stands for Hypertext Markup Language. Without html on a page it would be just words all run togeather, with html you can make your page special. To write html you just need to know the basic tags. Everything is run with a tag <   > and ends with </>. This lets the browser know what to do.

What I do is write my html on like notepad and then copy it and paste it where I want it. To save it (good thing to do with rule pages) just go to file and save as. I set up a folder on my desk top with just the rules for each kind of tourney. Then when I want to have that tourney again I just open it up, copy it and then paste it in rules page.

The first tag on any html page is <html> and ends with </html>. ALL pages have to start and end this way. This lets the browser know that the document is html.

Next is the <head> and </head> and <body> and </body>. These will split the screen up to 2 parts, the header and the body.

Example:
<head>This would be the Head</head>

<body>This would be the Body</body>

Now that you've mastered the basic tags on to other parts....below is links to different parts of html...just click on a link and it will take you there.

Text
Fonts
Sound
Lists
Images
Links
Tables