HTML: An Overview
A Quick-Reference Guide to HTML
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:
You may also like...
- How to Make a Webpage Using HTML - Part I
- Build Your Own Website - Part 3: HTML Code
- HTML Tutorial #1 - Introduction
- HTML Messaging
- An Overview of Environmental Initiatives at US Logistic Companies
- An Overview of Cost Accounting
- An Overview of Three Popular Stop Smoking Programs and the Resources They Offer
- Georgia Endangered Plants: An Overview of the 16 Plants Endangered in Georgia
- Candidates for the 2008 Presidency: An Overview
- An Overview of Harry Potter FanFiction
Comments
Type in Your Comments Below - (1000 characters left)
Most Commented On


