How To Learn HTML Style-Font, Color and Size
HTML Style-Font, Color and Size
The font color, and
font-size are defines the font,color
and size of the text in an element. It very esaintial for change font color and
change fon size.It is learn very easy. So you can learn how change font color
and font size, please see the next step. This tutotial is goven by web
tutorials..
At first
open your notepad or adobe demaiver and type this code who code show in the
image..
Or, Copy this code..
<!DOCTYPE html>
<html>
<body>
<h1 style="font-family:verdana;">web tutorials</h1>
<p style="font-family:arial;color:red;font-size:20px;">This A paragraph of web tutorials.</p>
</body>
</html>
And save your notepad with html document. Now open your html file, the file show in your browser like this image..
Now change code in your notepad, who want you..
To more learn html please see the next html post..Thank you.....