blob: 6cac4ad4a8edccbb6d856e98805c6b9fae8d61b9 [file] [log] [blame]
<html>
<head>
<title>Hello world!</title>
</head>
<body>
<div id="id1">
<h1 style='color: red'>Some text.</h1>
<iframe src="/iframe.html" width="400" height="200"></iframe>
<div id="id2">
<div id="id3">
<div id="id4">
<a href="https://www.google.com">Google!</a>
<p>A paragraph!</p>
<br>
<div style='color: green'>Some <em>green</em> text...</div>
</div>
</div>
</div>
</body>
</html>