Home page » Web help » Html help » About HTML

About HTML

HTML is a subset of Standard Generalized Markup Language (SGML) and is specified by the World Wide Web Consortium (W3C).

You don't need any special equipment or software to create HTML. In fact, you probably already have everything you need. Here is what you need:

No, you do not need to be online to create web pages. You can create web pages on your local machine. You only need to go online when you want to publish your web page to the web - this bit comes later.

When you create a web page you will usually do something like this:

  1. Create an HTML file
  2. Type some HTML code
  3. View the result in your browser
  4. Repeat the last 2 steps (if necessary)

An HTML file is simply a text file saved with an .html or .htm extension (i.e. as opposed to a .txt extension).

  1. Open up your computer's normal plain text editor (this will probably be "Notepad" if you're using Windows or "SimpleText" if you're using Macs). You could use a specialized HTML editor such as DreamWeaver or FrontPage if you prefer.
  2. Create a new file (if one wasn't already created)
  3. Save the file as html_tutorial_example.html


Comments

No comments yet. Be first!

Your comment:
Name*:
Comment*:
(refresh this page if you can't read exact code above)
Security code*:
* - compulsory fields !


Friends