this is a  text.

this is a text whose font is Arial.
this is a text whose font is Arial and size is 4.
this is a text whose font is Arial and size is +2.
this is a text whose font is Arial and color red.
this is centered text

left aligned paragraph

right aligned paragraph

center aligned paragraph


CODE:

<html>

<head>

<title>of fonts and allignment </title>

</head>

<body>

<p>this is a&nbsp; text.</p>

<font face="Arial">this is a text whose font is Arial.</font>

<br>

<font face="Arial" size=4>this is a text whose font is Arial and size is 4.</font>

<br>

<font face="Arial" size=+2>this is a text whose font is Arial and size is +2.</font>

<br>

<font face="Arial" color="red">this is a text whose font is Arial and color red.</font>

<br>

<center> this is centered text </centre>

<p align="left"> left aligned paragraph </p>

<p align="right"> right aligned paragraph </p>

<p align="center"> center aligned paragraph </p>

<hr size=4 width=200>

 

 

© neeraj shinde