Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » HTML
  HTML for Complete Beginners
Pages: [1]   Go Down
  Print  
Author Topic: HTML for Complete Beginners  (Read 1026 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
HTML for Complete Beginners
« Posted: September 26, 2007, 02:32:02 PM »


The head section begins with the <head> tag and ends with the </head> tag. It has information about the page itself and consists of the page title, the meta tags (more on those in a minute), and the code for any page transitions you may have.

The page title is self-explanatory and is written as <title> Your page title </title>

The meta tags, particularly the <meta name="keywords" tags, used to be used to tell the programs that the search engines send out (otherwise known as search engine spiders or bots), which keywords to index your website for. For example my personal homepage, http://www.moynem.freeserve.co.uk (first created when I knew nothing about HTML apart from what it was and what it stood for)is called "M Moyne's home page and thus has the meta tag: <meta name="keywords" content="M Moyne">

There is also a meta description tag which used to tell the search engines how to describe the website on their results pages, now I've seen them use the first few lines of text for their description.

The next of the main tags is the body tag, which is written as <body> and </body> respectively. It contains the main part of your HTML code. On my personal homepage it starts off with the code for the background. In this case it is a JPEG image. You can put almost anything in the body section, navigation bars, page banners, tables, images, horizontal lines, hyperlinks and so on. However all of the things that I have just mentioned cannot go anywhere else except the body section.

Let's look at the code for some simple things.

Headings: Heading 1 is <h1> Heading 2 is <h2> Heading 3 is <h3> and so on.

Paragraphs begin with

and end with

A 100 * 200 image with a description is: <img src="image1.jpg" width="100" height="200" alt="my image" longdesc="myfirstimage.html">

That's enough for a simple web page.

Articles Source - Free Articles
About the Autho

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.089 seconds with 24 queries.