0% found this document useful (0 votes)
38 views3 pages

Presentation 5

Tags are integrated into text documents and are surrounded by angle brackets. Most tags come in pairs with the first tag turning the action on and the second tag with a forward slash turning it off. Tags have a systematic order and are not case sensitive. Common tags include <B> for bold, <I> for italics, <P> for paragraphs, and <TITLE> for the document title.

Uploaded by

KarthikPillai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views3 pages

Presentation 5

Tags are integrated into text documents and are surrounded by angle brackets. Most tags come in pairs with the first tag turning the action on and the second tag with a forward slash turning it off. Tags have a systematic order and are not case sensitive. Common tags include <B> for bold, <I> for italics, <P> for paragraphs, and <TITLE> for the document title.

Uploaded by

KarthikPillai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

What are tags?

 A series of tags are integrated into a text document.

 Tags are surrounded with angle brackets like this


 <B> or <I>.

 Most tags come in pairs


 exceptions: <P>, <br>, <li> tags …
 For instance –
<TITLE>
<UL>
<LI> Eggs
<LI> Milk
</UL>
</TITLE>

 The first tag turns the action on, and the second turns it off.
 The second tag(off switch) starts with a forward slash.
 For example ,<B> text </B>

 Systematic order is required, for instance, to do this:


 <HEAD><TITLE> Your text </HEAD></TITLE> it won't work.
 The correct order is <HEAD><TITLE> Your text </TITLE></HEAD>

 Not case sensitive.

 Many tags have attributes.


 For example, <P ALIGN=CENTER> centers the paragraph
following it.
Tags in Head

 <HEAD>...</HEAD>-- contains information about the document

 <TITLE>...</TITLE>-- puts text on the browser's title bar.

You might also like