Search Here

Fonts in HTML


<!DOCTYPE html>
<html>
<head>
    <title>Fonts in HTML</title>
</head>
<body>
    <h1 style="font-family:calibri;">This font is calibri</h1>
    <p style="font-family:courier;">This font is courier</p>
    <font face="Times New Roman">This font is Times New Roman</font>
</body>
</html>


Fonts in HTML
Output

No comments:

Post a Comment