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