HTML <font> Tag Demo

This is a normal paragraph without font tag.


Examples Using <font> Tag

This text is in Arial font.

This is Times New Roman with size 5.

This is Verdana font, size 4, and blue color.

Courier New font, size 6, and custom orange color.


Modern Alternative: CSS Styling

This is the recommended way using CSS.

Note: The <font> tag is deprecated in HTML5. Use CSS for styling instead.