html how to change text font code example
Example 1: font tag html
Not Supported in HTML 5 | Support till HTML 4
<font color="red" face="Verdana, Geneva, sans-serif" size="+1">
Your formatted text goes here
</font>
Example 2: how to change the font in html
<script>//for typewriter font:</script>
<tt>
<h1>Example Text</h1
</tt>