Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
span::before {
content: "\A";
white-space: pre;
display: block;
}
</style>
</head>
<body>
<h1>W3Docs</h1>
<span>Books</span>
<span>Quizzes</span>
<span>Snippets</span>
</body>
</html>