www.freewebsite.0nyx.com
You are here: Home >> HTML tutor >> Lesson 1 www.freewebsite.0nyx.com - Free Website
 
Site guide
 HOME
 SITE MAP
 
Free tutorials
 Free Flash tutor
 Free HTML tutor
 Free JavaScript tutor
 Free DHTML tutor
 
Free Online Tools
 Color Picker
 MouseOver buttons
 Menus : Dropdown
 Page effects
 Scrollbar
 
More stuff
 Free sub-domains
 Make money : Banners
 Increase traffic
 Improve your website


Become a member become a member      Member's Log-in

HTML LESSON 1

Open up Notepad and start with this...

<html>
</html>
Everything in HTML is interpreted using tags. There must be a starting tag and a closing tag.

A closing tag has / in the front.


Now include a pair of head tags.

<html>
<head>
</head>
</html>


Now include a pair of title tags within the head tags.

<html>
<head>
<title> </title> 
</head>
</html>
Anything you write within the title tags becomes the stuff that appears within the upper purple portion of the browser.

<html>
<head>
<title> This is my first web page. </title> 
</head>
</html>

Now include a bunch of body tags and write anything in them.

<html>
<head>
<title> This is my first web page. </title>
</head>
<body>
</body> 
</html>
The stuff that goes in the body tags becomes the main content of your website.

Now save the file. Click on File and then Save As.

Remember to include a .html extension in the end.

Note: To view your website, go to Internet Explorer or Netscape or whatever browser you have. Click on File>>Open>>Browse and find the file you just created.

< < Back     Next > >
Freewebsite: Web design tutorials for the rest of us
Lessons:      Intro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

 
Praise for freewebsite
   "These tutorials are written in such simple language and they're so much fun. They're simply the best." - Mike

   "Just wanted to drop you a line to say thank you. I created my website within a month after reading your tutorials and now I make thousands with it." - Ken