<html> | |
<head> | |
<style type="text/css"> | |
body { | |
font-size: 12pt; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Html Heading</h1> | |
<p>some text</p> | |
<p style="font-size: 120%">try various units of measure.</p> | |
<p style="word-spacing: .5cm">try various units of measure. Interesting TODO - word-spacing doesn't work in Word.</p> | |
</body> | |
</html> |