Page 70 - CA 165 ver 1.0 Class 10
P. 70
<I> or <EM> Tags
<I> or <EM> are container tags. These tags are used to make the text italics. Syntax to use them is as
follows:
<I> or <EM> Text </I> or </EM>
For example:
ORANGE EDUCATION, <I> INDIA </I>
Output:
ORANGE EDUCATION, INDIA
<U> Tag
<U> is a container tag. It is used to underline the text. Syntax to use the <U> tag is as follows:
<U> Text </U>
For example:
<U> A Complete Reference Book for Students </U>
Output:
A Complete Reference Book for Students
<S> or <STRIKE> Tags
<S> or <STRIKE> are container tags. These tags are used to strikethrough the blocked text. Enclosed text
is displayed with a line drawn through the middle of it. Syntax to use them is as follows:
<S> or <STRIKE> Text </S> or </STRIKE>
For example:
<S> Available in Jharkhand Only </S>
Output:
Available in Jharkhand Only
<HTML>
<HEAD>
<TITLE>Using Text Highlightining Tags </TITLE>
</HEAD>
<BODY BGCOLOR = “AQUA”>
<B> ORANGE EDUCATION</B>
<I>INDIA</I>
<P>
<U> A Complete Reference Book for Students </U>
</P>
<S> Available in Jharkhand only </S>
</BODY>
</HTML>
Bold Effect INDIA
Italic Effect
A Complete Reference Book for Students
Underline Effect
Available in Jharkhand only
Strikethrough Effect
68 Touchpad Computer Applications-X

