[thelist] Which HTML (W3C validator)

Mark Howells mark at mountain.ch
Thu Mar 14 09:50:01 CST 2002


> <style type="text/css">
> body {background-color = "000000"}
> div {text-align: "center"}
> h1 {color = "70A7C2"}
> p {color = "70A7C2"}
> </style>

Should be

<style type="text/css">
<!--
body {background-color: #000000}
div {text-align:center}
h1 {color:#70A7C2}
p {color:#70A7C2}
-->
</style>

Regards
Mark Howells
<http://www.mark.ac/evl/>




More information about the thelist mailing list