Current time: 08-28-2008, 03:26 AM Hello There, Guest! (LoginRegister)
Quick Login:


Poll: Rate this tutorial
5
4
3
2
1
[Show Results]
 
Post Reply  Post Thread 
Basic look of a HTML page
Author Message
Xiao
Administrator
*******
Administrators

Posts: 2,987
Group: Administrators
Joined: Dec 2005
Status: Offline
Reputation: 1
Post: #1
Basic look of a HTML page

Hi all.
This is a VERY EASY tutorial on how to make your first HTML webpage.

Step 1:
Make an empty folder somewhere and name it whatever you want.
In this new folder, make a new textdocument. (Right Click -> New -> Textdocument)
Give it a name and open it.

Step 2:
Copy this text:

Quote:
<HTML>
<HEAD>
<TITLE>Your Page Title</TITLE>
</HEAD>
<BODY>
Hello world!
</BODY>
</HTML>


What does this mean?
<HTML> Tells the computer the HTML page starts here
<HEAD> Start of the Head-section, everything in the Head-section can not be seen by you visitors
<TITLE>The beginning of your title. Your title will show on the top left corner of your visitor's browser
</TITLE> Tells the computer this is the place where your title stops
</HEAD> End of your head section
<BODY> Beginning of your Body-section. This is where your actual webpage begins, the real content of your page begins here
Hello world! The text that will be shown on your webpage
</BODY> The end of the Body-Section
</HTML> This is where the HTML-code stops

Now simply save your textdocument as index.html (don't forget the .html part or the computer won't know it's a webpage)

Why index.html?
Every browser automaticly detects an index.html page as a homepage.
E.g. If you have 3 pages in your directory called aboutme.html, index.html and home.html, every webbrowser (Internet Explorer, Firefox, ...) will automaticly open index.html if someone goes to http://www.yoursite.com.

Congratulations, you're done
Just open your webpage to view your result.


If you want to edit your webpage, just right-click it and choose 'Edit' (if you want to edit it with Microsoft Frontpage or Dreamweaver) or Open With -> WordPad.

_______________
Did you like this tutorial?
Please Register and give your opinion.




I'm the only one around here that can ban people, what else do you need to know? Unsure

This post was last modified: 02-11-2006 04:57 PM by Ferali.

12-29-2005 07:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ukera
Member
***


Posts: 203
Group: Active
Joined: Mar 2006
Status: Offline
Reputation: 0
Post: #2
RE: Basic look of a HTML page

nice, thanks. Do you know a website to buy cheap .net domain?


Ukera, proud member of GFX-Depot since Mar 1209 BC.



- Take the "F" out of life...
SHIFT_DRIVE.
03-15-2006 04:06 PM
Find all posts by this user Quote this message in a reply
BlackOut
Super Moderator


Posts: 680
Group: Super Moderators
Joined: Jan 2006
Status: Offline
Reputation: 0
Post: #3
RE: Basic look of a HTML page

.net is normally around £7.99, most places re the same with the odd cheap place







03-15-2006 04:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
SYST3M4T1C
Junior Member
**


Posts: 1
Group: Registered
Joined: Jul 2008
Status: Offline
Reputation: 0
Post: #4
RE: Basic look of a HTML page

http://www.namecheap.com

is commonly used...it costs $8/year or $10/year not sure

07-16-2008 02:47 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View printable version View a Printable Version
Send this thread to a friend Send this Thread to a Friend
Subscribe to thread Subscribe to this Thread | Add to favourites Add Thread to Favorites

Forum Jump: