font size and color in html
By using <FONT> Tag you can specify the font size and colors of the text.
FACE: Sets the normal font type, provided it is installed on the user‟s machine.
Example: <FONT FACE="ARIAL"> the text will be displayed in Arial</FONT>
Example: An HTML document character formatting.html shows the use of Character Formatting Tags.
<HTML>
<HEAD>
<TITLE>
Use of Character Formatting Text Tags
</TITLE>
</HEAD>
<BODY>
<H1><I> Welcome to DCSA program </I></H1>
This is
<FONT COLOR="red" SIZE="6">
<U>Web Designing course</U>
</FONT>
</BODY>
</HTML>
0 মন্তব্য(গুলি):
একটি মন্তব্য পোস্ট করুন
Comment below if you have any questions