SmashArticles.com
Search For
Keywords  
  Advance Search
Smash Articles | Smash Ebooks | Smash Community | Smash Web Directory | Smash SEO Tools

Articles

Submit Your Article
Latest Articles
Popular Articles
Top Rated Articles
RSS Feed for Articles ROR Feed for Articles

Ebooks

Latest Ebooks
Popular Ebooks
Top Rated Ebooks
Authors
Cover Gallery
RSS Feed for Ebooks ROR Feed for Ebooks

Web Directory

Submit Your Website


Partner

Articles directory

Sign up for Newsletter

Email

 

Add This Article To:
Del.icio.us Digg Google Spurl
Blink Furl Y! MyWeb
Back to HTML

How To Create a Website using HTML


by Jose Valdez

How To Create a Website using HTML

A website is created with a language code called HTML. It has two main parts - a head and a body. The head consists of the webpage title, meta tags (which are used so that search engines can find your site), and other things that are hidden to the visitors of the site because they don't really need to know them. The body is the main part of a website. This is the part where the webmaster codes what he or she wants the visitor to see.

A sample head might look something like this:


My website

A sample body looks like this:



This website is about ....


Notice that the codes have "<" and ">". The word inside the symbols "<" and ">" tells the browser what you want for them to do. These are called tags. So My website means that you are telling the browser that you want the title of your website to be "My website".

Another thing you should notice is that the beginning tag (such as ) does not contain a slash "/" while the ending tag does.

One thing to remember is that you must put html tags at your code. Now if you combine the html tags, the head part, and the body part, you'll get this code:



My website



This website is about ....



Note about spaces:
It does not matter if there are spaces between tags. For example, in the code above, there are spaces between "" and "" while there are no spaces between "

" and "".

Below are some of the common tags that are used by webmasters:

 

- tells the browser to start a paragraph and display the words inside the code

- creates a break which means that the next words will be displayed on a line below instead on displaying on the current line.
- display myimage.jpg on the browser.

For an interactive tutorial on how to build websites using HTML, visit http://csshtmltutorial.com/

About the Author
For more free reprintable articles like this one, visit CSS HTML Tutorial.com more sites by Jose Valdez include Free CSS Tutorial.com HTML Color Codes Chart.com and Myspace Color Codes Chart.com
Reviews Be the first to review/rate this Article

Home | Articles | Ebooks | Community | Web Directory | SEO Tools | Submit Your Article | Submit Your Website
Latest Articles | Popular Articles | Top Rated Articles | RSS Feed for Articles | ROR Feed for Articles
Latest Ebooks | Popular Ebooks | Top Rated Ebooks | Ebook Authors | Cover Gallery | RSS Feed for Ebooks | ROR Feed for Ebooks
Site Map | FAQ | Privacy Policy | Disclaimer | Advertise With Us | About SmashArticles.com | Contact Us | links
Partners | Resources
 
Copyright © 2006 SmashArticles.com