HTML: An Overview

A Quick-Reference Guide to HTML

By Kristi Young, published Jun 12, 2007
Published Content: 6  Total Views: 5,860  Favorited By: 0 CPs
Rating: 3.0 of 5
Do you know what "HTML" is?

The Official Definition is: "Hypertext Markup Language" - The coded format language used for creating hypertext documents on the World Wide Web and controlling how Web pages appear.

My Definition is: It's the language of web pages.

Some people don't realize the challenges that HTML programmers face, such as:

So many different browsers, for example IE, Opera, Netscape, Mozilla, Lynx
Different browsers render HTML differently
Programmer has only partial control over appearance
Screen resolution can vary
People use different operating systems. A browser on a Mac will be different than Internet Explorer in Windows
People may surf using their cell phones or PDA's
Your design must be flexible and widely tested on all varieties of browsers

In order to create a "Killer" web site,designers require a lot of hands-on experience, such as:

Learning a Graphic design program such as Photoshop
A scripting program like JavaScript for those fancy mouseovers and drop down menus
Flash will make web pages really POP!

HTML is a plain text file with embedded tags: Start Tags and end tags:

Almost all tags require a start and an end, but not all.
The layout is created by the tags.
All line breaks and any multiple spaces are ignored completely (unless in tags)
Types of tags (tags may fall into multiple categories)

Let's Start With Basic HTML:

Text tags
Spacing and partitioning - control over line breaks and line spacing

Moving on to Intermediate HTML, we can piece the web page together:
Table tags - creation and formation of tables (for presenting data and for layout)
Colors - special codes create color combinations
List tags - create bulleted or numbered lists
Linking - provide a means to visit another page

Finally, there is Advanced HTML:

Frame tags
Form tags
Script tags - for embedding JavaScript
Multimedia tags
Browser-specific tags - Scripts can tell what type of browser a user is loading the web page in

When choosing a Text Editor:

Comments
Type in Your Comments Below - (1000 characters left)
Your name:

Submit your own content on this or any topic. Get started »
Most Commented On