On Jul 31, 2012, at 4:18 PM, John D <xfs...@hotmail.com> wrote:

>> What html dtd is recommended to reach the most users? HTML 4.01
>> Transitional -- and CSS2?

This works for me, my students, and W3C validation:

---

 <!doctype html>
 <html lang="en-us">
 
 <head>
        <meta charset="utf-8">
        <title>Your title</title>
        <link type="text/css" href="css/styles.css" rel="stylesheet">
 </head>
 
 <body>

</body>
 </html>

---

Cheers,

tedd


_____________________
t...@sperling.com
http://sperling.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to