18) Underlined Tag <u>
The text has to be surrounded by <u> and </u> tags to get it underlined.
Example:
<HTML>
<HEAD>
<TITLE>
Display underlined text
</TITLE>
</HEAD>
<BODY>
Welcome to the <U> DCSA program </U>
</BODY>
</HTML>
Example:
<HTML>
<HEAD>
<TITLE>
Display underlined text
</TITLE>
</HEAD>
<BODY>
Welcome to the <U> DCSA program </U>
</BODY>
</HTML>
19) Small <small>
Display text in smaller font as compared to normal font
Example
<HTML>
<HEAD>
<TITLE>
Display text in smaller font
</TITLE>
</HEAD>
<BODY>
Smaller font of A is=<SMALL>A</SMALL>
</BODY>
</HTML>
Example
<HTML>
<HEAD>
<TITLE>
Display text in smaller font
</TITLE>
</HEAD>
<BODY>
Smaller font of A is=<SMALL>A</SMALL>
</BODY>
</HTML>
Figure: Smaller font tags
20) Big <big>
Display text in larger font as compared to normal font
Example
<HTML>
<HEAD>
<TITLE>
Display text in larger font
</TITLE>
</HEAD>
<BODY>
Larger font of A is=<BIG>A</BIG>
</BODY> </HTML>
Figure: Larger font tag
0 comments:
Post a Comment