Time2Dine.co.nz is Online Restaurant Booking
 
 New Zealand Restaurants Forum
Restaurant Forum | Contact Time2Dine | Book Online & Save | About Time2Dine

Go Back   New Zealand Restaurants & Food Forum > Search Engine Optimisation > HTML & Javascript Howtos
Register

Reply
 
LinkBack Thread Tools
  #1  
Old 6th Aug 09, 05:34 PM
Junior Reviewer
 
Join Date: Jun 2009
Posts: 5
gilbertsavier is on a distinguished road
Default What are HTML tags?

Hello,
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
Live Chat Software By miOOt
Reply With Quote
  #2  
Old 25th Jun 11, 12:26 PM
Junior Reviewer
 
Join Date: Jun 2011
Posts: 3
jacobshaw is on a distinguished road
Default

HTML works in a actual simple, actual logical, format, it reads like you do, from top to bottom, larboard to right. Written in HTML text, you use the argument to a larger, abate text, bold, accent argument portions of abstracted a characterization series.
__________________
psd to xhtml
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Special tags to display html code on the page Anna C HTML & Javascript Howtos 4 25th Jun 11 12:46 PM
Translating a Word Doc to HTML - Easy way out? evero HTML & Javascript Howtos 5 25th Jun 11 12:41 PM
Html INTRODUCTION gilbertsavier HTML & Javascript Howtos 1 25th May 10 03:51 AM
CoffeeCup HTML Editor,Direct FTP,Website Font and others. marketraise int HTML & Javascript Howtos 0 24th May 07 08:56 PM



Powered by: vBulletin Copyright ©2000 -2012, Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2010 Time2Dine