blob: 3e9cf61d9cf9571e8deae09220d6a7ab9b07844c [file] [log] [blame]
<html>
<head>
<style type="text/css">
p { width: 10em; border: solid aqua; }
span { width: 5em; height: 5 em; border: solid blue; }
</style>
</head>
<body>
<h1>Html Heading</h1>
<p>
<span> </span>
Supercalifragilisticexpialidocious
</p>
</body>
</html>