top image
What is HTML?
id: 3
Category: HTML
Rated:Rating 0 Rating 1 Rating 2 Rating 3 Rating 4
Rate:



HTML stands for Hyper Text Markup Language. It is a web language that your browser interprets. It is one of the languages that allow you to make layouts for web pages. There have been probably many layouts you have looked at on the web that were constructed in HTML.

All HTML tags have a start and finish. It goes with the saying "all things have an ending." An example of this:
<font>Text here</font>

</font> ends the font tag, the only one you really won't have to end is an image tag and hr tag.

I keep using this word tag, but what is it really? A tag is a line of code that changes the properties of an object. The font code above is a tag. It is changing the properties of the font within the tag.
All tags are ended with a slash. The format:

< We are forming a tag.
/ Ending a tag
tag name the tags name (ex. font)
> The ending of the tag

URL or Uniform Resource Locator is used all the time. Chances are you have used a URL without even realizing it. A url is something like this: http://www.aor.skylike.net. You used one to get to this web page. It's basicly the address of a site, image, or page.




Disclaimer

All contents are © Dice.
If credit for anything is missing please contact me and it will be added. If there is something you wish me to take off the site (that belongs to you) contact me. It will be removed immediatly.

Basic Rules

All tutorials on this site were written by me, Dice. They may not be redistributed without permission! Feel free to link to the videos.

I have used this site also for a project in college :3



home page

Contact Us

About Us