Go Back   Free website templates > Web Template Help > HTML - XHTML - CSS
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to download all the free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-04-2009, 12:55 PM
Junior Member
 
Join Date: Jun 2009
Posts: 25
gilbertsavier is on a distinguished road
Default What are HTML tags?

Hi,
When a web browser displays a page such as the one you are reading now, it reads from a plain text file, and looks for special codes or "tags" that are marked by the < and > signs. The general format for a HTML tag is:

<tag_name>string of text</tag_name>

As an example, the title for this section uses a header tag:

<h3>What are HTML tags?</h3>

This tag tells a web browser to display the text What are HTML tags? in the style of header level 3 (We'll learn more about these tags later). HTML tags may tell a web browser to bold the text, italicize it, make it into a header, or make it be a hypertext link to another web page. It is important to note that the ending tag,

</tag_name>

contains the "/" slash character. This "/" slash tells a web browser to stop tagging the text. Many HTML tags are paired this way. If you forget the slash, a web browser will continue the tag for the rest of the text in your document, producing undesirable results (as an experiment you may want to try this later).

NOTE: A web browser does not care if you use upper or lower case. For example, <h3>...</h3> is no different from <H3>...</H3>

Unlike computer programming, if you make a typographical error in HTML you will not get a "bomb" or "crash" the system; your web page will simply look, well... wrong. It is quick and easy to go inside the HTML and make the changes.

Your browser has a small but open vocabulary! An interesting aspect of HTML is that if the browser does not know what to do with a given tag, it will ignore it! For example, in this document you are viewing, the header tag for this section really looks like this:

<wiggle><h3>What are HTML tags?</h3></wiggle>

but since your browser probably does not support a <wiggle> tag (I made it up, perhaps in the future it could cause the text to wave across the screen?), it proceeds with what it knows how to do. If I were programming a new web browser, I might decide to add the functionality for the <wiggle> tag into my software.

Thanks & regards
Lokananth
Reply With Quote
  #2 (permalink)  
Old 08-16-2009, 08:22 PM
Junior Member
 
Join Date: Aug 2009
Posts: 1
ilinakona is on a distinguished road
Default

Thank you for the thread. I am a newbie of HTML learner.
Resveratrol

Last edited by CovertPea; 08-17-2009 at 02:34 PM.
Reply With Quote
  #3 (permalink)  
Old 08-16-2009, 09:56 PM
bmcoll3278's Avatar
Moderator
 
Join Date: Jun 2009
Posts: 294
bmcoll3278 is on a distinguished road
Default

Nice tutorial . How about
<html><head><body> for newbies
__________________
I hope to build a site with something for every body
www.bmcoll.com
Reply With Quote
  #4 (permalink)  
Old 08-17-2009, 09:55 AM
Member
 
Join Date: Apr 2009
Posts: 39
reganstar is on a distinguished road
Default

Thank you for tutorial. Very helpful!

Last edited by CovertPea; 08-17-2009 at 02:34 PM.
Reply With Quote
  #5 (permalink)  
Old 10-05-2009, 06:01 AM
Junior Member
 
Join Date: Oct 2009
Posts: 6
Khushboo is on a distinguished road
Default

Thank you very much, you can also visit w3schools.com for advance level HTML.

Last edited by CovertPea; 10-05-2009 at 08:21 AM.
Reply With Quote
  #6 (permalink)  
Old 10-15-2009, 10:17 AM
Junior Member
 
Join Date: Sep 2009
Posts: 4
cokelover is on a distinguished road
Default

This is very useful article on HTML and contains some very core information about HTML. HTML is used to create the interface of a web page and it is mostly used for creating websites. But if you want some tags which you never find in HTML, You can use XML which allow you to define tags and their attributes.

Last edited by CovertPea; 10-15-2009 at 11:52 AM.
Reply With Quote
  #7 (permalink)  
Old 10-24-2009, 11:15 AM
Junior Member
 
Join Date: Oct 2009
Posts: 3
harrisdefth is on a distinguished road
Default

Well HTML is one of the best language for designing and thanks for sharing this information with us. It is very helpful to us.

Last edited by CovertPea; 11-01-2009 at 01:32 AM.
Reply With Quote
  #8 (permalink)  
Old 10-31-2009, 08:58 PM
Junior Member
 
Join Date: Oct 2009
Posts: 10
nachiketkhanna is on a distinguished road
Default

The HTML tag is very useful and used to all the sites very frequently.
<a href="http://www.abc.com">
<Title="Web hosting">
<meta keyword="web hosting company">
<meta description="web hosting company">

Last edited by CovertPea; 11-01-2009 at 01:32 AM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:14 PM.



mouseover mouseover mouseover