font type html code example

Example 1: html font size

<span style="font-size:20px;"></span>

Example 2: make text blue html

<p style="color:blue;">This paragraph is blue.</p>

Example 3: 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 4: html tag

<!--The font tag is no longer supported in HTML5, 
you have to have HTML4.
Not all of the tags are needed. You can use 1 or more of them
to change what the text looks like.-->

<font color="color" face="font family or font" size="size">
	Go to my account profile to invite my Discord Bot! :DDDDDD
</font>

Example 5: how to change the font in html

<script>//for typewriter font:</script>

<tt>
  <h1>Example Text</h1
</tt>

Tags:

Misc Example