Anime Oasis Reborn
Current Section: HTML -> What is HTML? // « Back

What is HTML?
HTML stands for Hyper Text Markup Language. Its a web language thats used on all pages. You cannot make a webpage without any sort of HTMl (unless you are makeing a page with nothing but a bg and text with and nothing else). HTML is very easy to learn and rather simple, but its not something you can just magicaly learn in a day exacty either. There are a few things you must know before starting to learn any of it.

All HTML tags have a start and finish. This means what youb start you better end. An example of this:
< Font>Text here</font>

</font> ends the font tag, the only one you really wont have to end is an image tag and hr tag. I keep usuing this word tag, but what is it really? A tag is a line of code that changes something basicly. The font code above is a tag.

Url is another term used A LOT in HTML. A url is something like this: http://www.aor.skylike.net
It's basicly the address of a site, image, or page.

Now to learn HTML codeing: Click Here