HTML Tutorial
HTML is simple so start now.
You want to see simple HTML, now is your chance. What you need to do is to see it work right away. Tags are text between open and closing brackets.
Simple copy and paste the code below that’s between the dotted lines into notepad and save the file to your desktop as mypage.html then open it by double clicking it.
-----------------------------------------------
<html>
<h1> My Website</h1>
<body>
I want to put all the main content that is to be seen on this website, between the body tags.
</body>
</html>
-------------------------
All that’s happened is that you have created a html page that has enclosed everything between the <html> tags and the last tag has a slash / to show it’s the closing tag. The <h1> tag changes the size of the text and if you change the number from 1 to 5 the text will get smaller.
Simple isnt it. Now if you use this file and create more from it by just giving them different names you will have multiple pages. All you have to do then is put links in them see below.
Just copy and past this code below and put it below the top html tag in each file and save. Remember to use the same file names as the ones in the links below.
<a href="page1.html"> Page 1</a>
<a href="page2.html"> Page 2</a>
<a href="page3.html"> Page 3</a>
Thats it your off and running.
More on HTML Beginners: AdviceAll.
Simple copy and paste the code below that’s between the dotted lines into notepad and save the file to your desktop as mypage.html then open it by double clicking it.
-----------------------------------------------
<html>
<h1> My Website</h1>
<body>
I want to put all the main content that is to be seen on this website, between the body tags.
</body>
</html>
-------------------------
All that’s happened is that you have created a html page that has enclosed everything between the <html> tags and the last tag has a slash / to show it’s the closing tag. The <h1> tag changes the size of the text and if you change the number from 1 to 5 the text will get smaller.
Simple isnt it. Now if you use this file and create more from it by just giving them different names you will have multiple pages. All you have to do then is put links in them see below.
Just copy and past this code below and put it below the top html tag in each file and save. Remember to use the same file names as the ones in the links below.
<a href="page1.html"> Page 1</a>
<a href="page2.html"> Page 2</a>
<a href="page3.html"> Page 3</a>
Thats it your off and running.
More on HTML Beginners: AdviceAll.

Use the feedback form below to submit your comments.

Use the form below to email this article to your friends.

- PDF to HTML Conversion: Re-purposing the PDF
- All HTML Tags: List of All HTML Tags
- Learning Basic HTML
- The Non-Breaking Space- HTML
- HTML Past and Present
- Importance of XHTML Website Design
- HTML For Beginners: It's not that hard!
- The Power OF HTML Email Advertising And When To Use Text Email
- Why to learn HTML code?
- SEO - HTML For Titles, Descriptions and Metatags
- XHTML Advantages and Future
- Pre HTML lesson
- Fundamentals of HTML
- Absolute Beginner HTML
- What are HTML forms & contact forms?
- Bar Charts Brought to Life: Index of Interactive Information for HTML and PDF
- Using a Flexible HTML Report
- What are Meta Tags
- How to Post an Image on Myspace
- Meta Tags Explained



