You can use internal style definitions with the <style> tag:
<style>
body {
color: red;
font-style: italic;
font-size: 12pt;
font-family: Arial;
font-weight: bold;
}
</style>
This gives you red italic text of 12pt using the Arial font.
6.0m questions
7.8m answers