Hi,

I was playing around with html 5.0.  This is my first time and I
couldn't get the following to style correctly in Firefox 2 or 3
However, because of the javascript it worked fine in IE6 and 7.   What
am I doing wrong?
 I couldn't get the H1 style to work within the header.

Also, what resources are available to learn HTML 5?


<!DOCTYPE html>
<html>
  <head>
    <title>Standard Blog</title>
    <style>
header h1 {background-color:#00FF66; font-family:Arial, Helvetica, sans-serif;}
        
        
        </style>
    <script>
  document.createElement('header');

</script>

  </head>
  <body>
    <header>
     <h1><a href="#">Standard Blog</a></h1>
    </header>

Thanks in advance,

Nancy
______________________________________________________________________
css-discuss [cs...@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