Horje

How to Set the font of text (with CSS)

See the Example.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p style="font-family:verdana">This is a paragraph.</p>
<p style="font-family:'Courier New'">This is another paragraph.</p>

</body>
</html>

Output should be:

How to Set the font of text (with CSS)




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin