7 lines
246 B
HTML
7 lines
246 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
|
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
|
<div style="color: green">
|
|
Should be green
|
|
</div>
|