blob: 0f3396c86add9b2686702f97f21bd1540cc2f42a [file] [log] [blame]
<html>
<head>
<style type="text/css">
p {
color: red;
margin: 3em;
border: thick solid red;
}
</style>
</head>
<body>
<p>This is an html document in a string literal.</p>
<h1>Html Heading</h1>
</body>
</html>