17) Boldface Tag<b>
To make the text appear as bold just place your text between <b> and </b> tags.
Example
<HTML>
<HEAD>
<TITLE>
Displays text in Bold
</TITLE>
</HEAD>
<BODY>
Welcome to the <B> DCSA program </B>
</BODY>
</HTML>
Example
<HTML>
<HEAD>
<TITLE>
Displays text in Bold
</TITLE>
</HEAD>
<BODY>
Welcome to the <B> DCSA program </B>
</BODY>
</HTML>
0 comments:
Post a Comment