This is for people who want to learn HTML

Dont worry its very extreamely easy


This is all about HTML

To start a webpage you have to decide what language you will use. A common, and easy language is HTML. HTML stands for Hyper Text Markup Language. You can use HTML to code most websites that you see online. If you decide not to use HTML then leave, because im only teaching you to use HTML.

If you are using Internet Explorer, Opera, or any other browser switch to Mozilla Firefox,

NOW

WARNING - html takes a long time to use

Viewing HTML changes from browser to browser. For example the "tag" "marquee is visible in internet explorer, but not in other browsers, such as Fire fox, Aol explorer, Opera, and personaly coded browsers.

Beginning To Code


To start coding your HTML document open Notepad. Notepad has the features needed for HTML, but none of that extra stuff that comes in Word, Works, Open office, and Wordpad.

save your HTML document, but where you put the name, add .htm to the end. (for mac users add .html)

Most HTML tags must have a closing tag.

It will look something like this when you write it, in notepad, or another simple text editor.

<center> hello world </center>


And when you publish it onto the internet it will look like this

hello world

Closing tags tell your browser when to stop effecting text. Otherwise your entire document would feel the effects of the tag.

some tags do not need a closing tag such as

<br>
<hr>
<p>






To begin, all HTML documents must begin with the tag <html> This tag shows that your document is an HTML document.

Next add a <head> tag.






If you find a problem with this page(such as a spelling error)
then email it here
Dont go to sleep angry, stay up and plot revenge.
(c) 2008 Elikem Awuyah