Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 23,037 times

Contents

Related Categories

Beginning HTML - Tags

LouisRose

Tags

In my introduction, I mentioned tags. These are the bread and butter of HTML. Tags are interpreted by your browser and their effects are enforced on the text they surround. Let's look at an example:

The tag for emboldening text is the B tag. All tags take the form <tagname>. If the tag works as a pair, which most do, then the end tag looks like </tagname>. So for our bold tag the syntax is:
Start bold - <b>
End bold - </b>

So the following HTML:
In this sentence, we have emboldened the last <b>word</b>.

Would be viewed by your browser as:
In this sentence, we have emboldened the last word.

Notice how the full stop is not bold. This is because the full stop is to the right of the </b> tag which tells your browser to stop emboldening things.

Comments

  • want a RTF to HTML software

    Posted by pkn on 15 Feb 2005

    Hi All,
    I have Registered in ur site, becs i want a Free HTML conerter software. if it is not available in ur Company then give the address where i down load it. i want to use it personally.

    ...

  • Sequel

    Posted by LouisRose on 18 Jan 2003

    Hi all,

    Sorry I've been away for so long. But I may be back soon. Does anybody really want a sequel? If so what do you want in it. Anything in particular? Post here or mail me and I'll include it, ...

  • Feedback ...

    Posted by keyz88 on 27 Dec 2002

    Thanks for presenting "the beef", with none of the fat (or fluf) ...

  • HTML - beginner tutorial

    Posted by kkiffe on 30 Nov 2002

    Just what I needed! Thank you very much!

  • HTML Tutorial

    Posted by DotZip on 22 Jul 2002

    Anyone just starting out coding HTML should read this. Clearly and logically presented. 100%.

    DotZip :D