NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Physical Text Elements</title>
</head>
<body>

<h1 align="center">Physical Text Elements</h1>
<hr />

<p>
This is <b>Bold</b><br />

This is <i>Italic</i><br />

This is <tt>Monospaced</tt><br />

This is <u>Underlined</u><br />

This is <strike>Strike-through</strike><br />

This is also <s>Strike-through</s><br />

This is <big>Big</big><br />

This is even <big><big>Bigger</big></big><br />

This is <small>Small</small><br />

This is even <small><small>Smaller</small></small><br />

This is <sup>Superscript</sup><br />

This is <sub>Subscript</sub><br />

This is <b><i><u>Bold, italic, and underlined</u></i></b></p>

</body>

</html>

CLOSE WINDOW | VIEW RENDERED PAGE