Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document </title>
<style>
div {
display: block;
text-align: center;
}
</style>
</head>
<body>
<div>
PageUp↑
<br> ←Home
<spacer type="horizontal" width="100" height="100"> ♢ </spacer>
End→
<br> PageDown↓
</div>
</body>
</html>