03 Sep Admin

Text ?? style ???? ?? ??? ???? ?? ???? color change ???? ?? font family change ???? ??? ?? ??? CSS ?? ???? ???? ???? ??? 

Changing text color 

???? ?? tag ?? text ?? color change ???? ?? ??? ?? CSS ?? color property ???? ???? ??? ?? ???? ??? colon ????? color ?? ??? ???? ??? 

<p style=”color:red”>This text will be red. </p>


Changing font family 

Text ?? font family change ???? ?? ??? ?? font family property ???? ???? ?? ?? value ?? ??? ??? font family ?? ??? ???? ???
 

<p style=”font-family:Arial”> This text will be in Arial </p>

Changing text size 

Text ?? size change ???? ?? ??? ?? font size property ???? ???? ?? ?? value ?? ??? ??? ?? size ?? ????? ?? ?? ???? ???
 

<p style=”font-size: 45″> This size is changed by style tag. </p>

Changing text position 

Text ?? position change ???? ?? ??? text align property ???? ?? ???? ?? ?? value ?? ??? ??? ?? left, right ?? center pass ?? ???? ???
 

<p style=”text-align:center”> This position is change by style tag</p>