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