blob: 84423e4be81a0e83dc89196f90080cfad7a157a0 [file] [log] [blame] [edit]
<html>
<head>
<style type="text/css">
h1, p {
color: green;
}
</style>
</head>
<body>
<h1>Html Heading</h1>
<p>This is an html document in a string literal.</p>
</body>
</html>