<html> | |
<head> | |
<style type="text/css"> | |
</style> | |
</head> | |
<body> | |
<p>Paragraph 1 <s>with s text</s> and some more text.</p> | |
<hr /> | |
<p>Paragraph 1 <strong>with strong text</strong> and some more text.</p> | |
<hr /> | |
<p>Paragraph 1 <sub>with sub text</sub> and some more text.</p> | |
<hr /> | |
<p>Paragraph 1 <sup>with sup text</sup> and some more text.</p> | |
<hr /> | |
<p>Paragraph 1 <u>with u text</u> and some more text.</p> | |
</body> | |
</html> |