The style Attribute: Fonts
Fonts
<h1 style="font-family:verdana;">This is a heading</h1>
<p style="font-family:courier;">This is a paragraph.</p>
Defines the font to be used for an HTML element.
<h1 style="font-family:verdana;">This is a heading</h1>
<p style="font-family:courier;">This is a paragraph.</p>
Defines the font to be used for an HTML element.
Clickable & Draggable!