7 lines
157 B
HTML
7 lines
157 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<body>
|
|
<p>Test passes if there is the number '0' below.</p>
|
|
<div>0</div>
|
|
</body>
|