<html> | |
<head> | |
<style type="text/css"> | |
h1 { | |
font-weight: bold; | |
font-size: 12px; | |
line-height: 14px; | |
font-family: Helvetica; | |
font-variant: normal; | |
font-style: normal | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Html Heading</h1> | |
<p>This is an html document in a string literal.</p> | |
</body> | |
</html> |