7 lines
171 B
HTML
7 lines
171 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Reference</title>
|
|
<style>
|
|
div { font: 16px monospace; }
|
|
</style>
|
|
<p>Test passes if there is a space between the "a" and "b".</p>
|
|
<div>a b</div>
|