[ acky.net logo ]
Archives
-JavaScripts
-TCL Scripts
-Visual Basic
-CGI Scripts
-Graphics
-Sound Clips

Tutorials
-PhotoShop
-Flash
-JavaScript
-HTML
-IRC/Eggdrops
-Visual Basic
-Perl

Reference
-Windows Tips
-Internet Tips
-Easter Eggs
-Glossary

Listings
-Shell Search

Web Forums
-Announcements
-Shells/Eggdrops
-Visual Basic
-PhotoShop
-Windows Help
-Flash
-HTML
-CGI

Other Services
-Advertise
-Affiliates
-Contacts
-Link to Us
-Report Bugs
-Volunteers
-Web Developing
-Credits

 Home > Tutorials > HTML > Basics

Basics: In Four Easy Steps.

Step 1:

Every page begins the with <HTML> tag and ends with the </HTML> tag, so you must add them to your page. The whole web page will be created between these two tags. Most tags have an opener tag <> and a closing tag </>

<HTML>
</HTML>



Step 2:

After the opening <HTML> tag comes along the <HEAD> tag, which contains information about the document, like the title or the background color, etc..

<HTML>
<HEAD>
</HTML>



Step 3:

Several tags are able to be inserted between the <HEAD> tags, but the only one must be inserted is the <TITLE> tag, which puts text on the browser's title bar. For example, type <TITLE>Ack HTML | Basics</TITLE>, then close that whole statement with the </HEAD> tag.

<HTML>
<HEAD>
<TITLE>
Ack HTML | Basics</TITLE>
</HEAD>

</HTML>



Step 4:

Finally, the <BODY> tags is where all the content that appears on the web page will go between. Must have a beginning (<BODY> and a closing </BODY>).

<HTML>
<HEAD>
<TITLE>Ack HTML | Basics</TITLE>
</HEAD>
<BODY>
</BODY>

</HTML>

Now you are ready insert things into your html document.   > Back > Top

 


http://www.bsdshellz.net/
http://www.bsdshellz.net/
Email This Page To A Friend

Last updated: Monday, November 27, 2006 - 11:02 AM Eastern Daylight Time
Legal | Privacy Statement | Problems & Questions | Advertise | Link to us
© 1997-2007, All Rights Reserved.


Dedicated Server Provided by HighSpeedHosting