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.
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 ratings0% 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.
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.