Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => HTML => Topic started by: Daniel Franklin on September 26, 2007, 03:27:12 PM



Title: Lesson for Learning the Basics of HTML
Post by: Daniel Franklin on September 26, 2007, 03:27:12 PM


This framework is the foundation on which you will be able to build your HTML page. Remember that a beginning tag will have this format <name of tag> and the ending tag will have this format </name of tag>.

The <title> tags are where you will place the title of your page. The title appears on the title bar at the top of a Web browser. Here is an example:

<title>Rothline Entertainment >> Offers Computer and Video Games and PC Software< itle>

The title tags will always be between the beginning and ending <head> tags.


The <body> tags are where the Web page content will go.

Between the <body> tags the most commonly used tags are:

These are the paragraph tags. <h1></h1> Heading tag 1 creates largest sized heading <h2></h2> <h3></h3> <h4></h4> <h4></h4> <h5></h5> <h6></h6> Heading tag 6 creates smallest sized heading

These are the basics, so all you need to do is use a text editor like Notepad and insert your HTML and save the file as webpage.html and you have created your first HTML page. Here is an example:

<html> <head> <title>Rothline Entertainment >> Offers Computer and Video Games and PC Software < itle> </head> <body> <h1>Playstation 1 Games available for discount prices<h1>

Ace Combat 4 A World In Conflict An Ace Pilot Ready to Take Command!! Strap yourself to the cockpit of one of 18 ferocious Jet Fighters and prepare for supersonic excitement in 18 Adrenaline-soaked missions.

Baldur's Gate: Dark Alliance Experience the massively popular world of Baldur's Gate as never before! Dark Alliance thrusts you into an epic adventure filled with intense action, intricate puzzles and sinister intrigue: where your mastery of cold steel and devastating spells is the only thing between you and ultimate evil.


</body> </html>

Now go practice some and see what you can create with basic HTML.

Articles Source - Free Articles