Set Font Face

Set Font Face:
• You can set font face by using face attribute.

Example:
<!DOCTYPE html>
<html>
<head>
<title>Font size</title>
</head>
<body>
<font face="Times new roman">Times Now Roman</font><br/>
<font face="verdana">Verdana</font><br/>
<font face="Arial">Arial</font><br/>
</body>
</html>

OUTPUT:

Times Now Roman
Verdana
Arial

Comments

Popular posts from this blog

Set Font Colour

HTML ORDERED LISTS

Colspan & Rowspan Attributes on HTML Table