Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
div:first-letter { color: red; }
span { color: blue; height: 100px;}
</style>
</head>
<body>
<div style="white-space: pre-line;">A
foo<span>Z
</div>
</body>
</html>