Wednesday 5 September 2012

html basic 1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title>my design 1</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style type="text/css" media="screen">
        html, body {width:100%; height:100%; background-color: #030;background-position:center top;background-attachment:fixed;background-repeat:no-repeat;}
        body { margin:0; padding:0; }
        #flashContent { margin:0 auto;width:900px;outline:0 none; }
        #flashContent object{ outline:0 none; }
       
        a {text-decoration:none; color:#FFF}
       
ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
float:left;
}
body {
    font-family:Arial, Helvetica, sans-serif;
}
body p,ul,li,a{font-size:15px;}
.menu{float:left;width:20%;}
        </style>
    </head>
    <body>
   
    <div align="right"  style="height:333px;" >
      <div  style="height:333px; width:81%; float:left"> &nbsp;</div>
     <div align="center" > demo line</div>
    </div>
   
        <div style=" background-color: #00af34; height:35px; width:100%">

<span class="menu">
 home
</span>


<span class="menu">
 about
</span>

<span class="menu">
contact
</span>


</div>

     <div align="right"  style="height:333px;" >
      <div  style="height:333px; width:81%; float:left"> &nbsp;</div>
     <div align="center" > demo line</div>
    </div>
   
   
    </body>
</html>

No comments:

Post a Comment