| <!DOCTYPE html> | |
| <html lang="en"> | |
| <meta charset="utf-8"> | |
| <title>CSS Basic User Interface Reference</title> | |
| <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> | |
| <style> | |
| div { font: 20px monospace; } | |
| </style> | |
| <div>Test passed…</div> |