Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

HTML Introduction

Post Bank
Posting Manager
******

Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.

Signin to Remove this Post

clookid
Advanced Member
***


Posts: 184
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 4
Points: 134 (Donate)
Post: #1

HTML Introduction


HTML Introduction

Welcome to the HTML Introduction by Clookid! I reccomend you read this tutorial before going any further in web scripting, HTML is a must before almost every other scripting language.

After reading this tutorial you will know:

  • how to start an HTML document.
  • what HTML stands for.
  • what HTML actually is.
  • the head tag.
  • how to add a title to your document.
  • where the title is displayed.
  • the body tag.
  • how to add text onto a page.
  • how to close tags and how to end an HTML document.
  • how to view source code on other websites (the code used to make the webpage).
Before starting this tutorial you should know:
  • English....
HTML stands for Hypertext Markup Language and is used for very basic web scripting.
I am first of all going to bring an example into production and tell you what it does. After that I will teach you about each line of the example meaning you will be able to create your own HTML page that will be equivalent to a .txt document except your HTML document will have a title.

Here is the example:

Example 1-1:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
    <head>
      <title>HTML Example</title>
  </head>
  <body>
    Hello, I am an HTML example!
  </body>
</html>


The above example will output the following:
Hello, I am an HTML example!

HTML is a very useful scripting language and is so simple to learn!
If you are struggling with this tutorial come back to it later and if you are still struggling when you come back got to the Forums and ask in the Support section about whatever you are struggling with.

Line 1:
This you do not really need to remember, just copy and paste it into your HTML document. Infact you do not even need to include this but I reccomend you do. This tells people the version of HTML that you are using when they view your source code.

Line 2:
This line of code begins your HTML document, remember this.

Line 3:
This is the head tag. This is just filtering your HTML making it easier to read, always use this!

Line 4:
This is the title tag, I will explain a little more about this later on in the tutorial.

Line 5:
This is closing the head tag, remember this line!

Line 6:
This is the body tag. Once again it is just filtering your HTML making it easier to read. This is where all of your main content will be stored, do not forget this!

Line 7:
This is just the text that you are wanting to output into the browser, you can place other things in here; I will teach you more things later.

Line 8:
This is just another closing tag, do not forget this!

Line 9:
This is closing the HTML document altogether, you must always use this!!

You know how I said I will tell you more about the title tag later, now is the time. Take a look at the top of your browser where it says 'Nathy's Place Free Domains -> HTML Introduction', this is a title.
If you ever wonder how someone does something on an HTML page; click on 'Veiw << Source Code' in your web browser, this shows you the source code of the page that you are veiwing.

Don't give up, keep reading more tutorials on HTML. Remember what you have learnt, it is very useful!

You must have authors permission to use this tutorial!


Veebra Articles - Computer and technology related articles.
28-10-2006 08:14 AM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #2

RE: HTML Introduction


Great tutorial. It specifies the structure of a HTML page. As said above, the whole html page is embedded on the <html></html> tags. Then comes the <head></head> tags which specifies the properties of the HTML page. This region is not viewable. The only viewable region on HTML page is the <body></body> part where you can write, insert create contents, images, tables, etc.....


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
28-10-2006 02:02 PM
Find all posts by this user Quote this message in a reply
clookid
Advanced Member
***


Posts: 184
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 4
Points: 134 (Donate)
Post: #3

RE: HTML Introduction


Thank you for the feedback! I am in the middle of writing another tutorial about 'Basic Formatting.' I am hoping to post that sometime within the next two days.... I just need to explain it line by line! This is going to be the structure of all of my tutorials.


Veebra Articles - Computer and technology related articles.
29-10-2006 07:14 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Smile Design HTML pages only with CSS ivenms 12 1,433 08-10-2007 02:24 AM
Last Post: balakrish
Question Is DOCTYPE specification is necessary for an html page? Lord_Daksh 11 407 21-09-2007 02:22 AM
Last Post: Lord_Daksh
Question HOW TO HIDE YOUR HTML SOURCE CODE? Lord_Daksh 6 289 17-09-2007 07:38 AM
Last Post: Lord_Daksh
Rolleyes Basic HTML Page Structure walsh 7 666 19-07-2007 11:35 PM
Last Post: Suraj
Rolleyes The Secret to Web Pages - HTML chakit 0 752 23-09-2006 05:53 AM
Last Post: chakit

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 21-11-2008, 12:13 PM


Copyright © 2002-2008 MyBB Group
Powered By MyBB