List with background : UL : List Style HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Style » UL »

 

List with background


 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
     <head>
      <meta http-equiv="content-type" content="text/xhtml; charset=windows-1252" />
      <meta http-equiv="content-language" content="en-us" />
        <style type="text/css">
            ul#top {
                color: black;
            }

            ul#top li a {
                color: red;   
                background: pink;
            }

        </style>
    </head>
    <body>
        <h1>This is the title</h1>
        <div>
            <h2>This is the sub title</h2>
            <ul id='top'>
                <li><a href='#'>This is a test. </a></li>
                <li><a href='#'>This is a test. </a></li>
                <li><a href='#'>This is a test. </a></li>
                <li><a href='#'>This is a test. </a></li>
                <li><a href='#'>This is a test. </a></li>
                <li><a href='#'>This is a test. </a></li>
            </ul>
            <h3 id=''>header 3<a href=''></a></h3>
            <p>
                This is a test. 
            </p>
        </div>
    </body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Style
» UL