Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
CSS
<pre lang="xml">&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
&lt;style&gt;
body {
    background-image: url(&quot;about.jpg&quot;);
}
header {

    background-image: url(&quot;6.jpg&quot;);
    color:white;
    text-align:center;
    padding:10px;
}
nav {
    line-height:30px;
    background-color:#eeeeee;
    height:500px;
    width:150px;
    float:left;
    padding:10px;
}
section {
    width:350px;
    float:left;
    padding:10px;
}
footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:10px;
}
&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;header&gt;
&lt;h1&gt;nsew&lt;/h1&gt;
&lt;/header&gt;

&lt;nav&gt;
&lt;input type=&quot;button&quot; value=&quot;     HOME    &quot; onclick=&quot;document.getElementById(&#39;demo&#39;).innerHTML=&#39;khgdkgksd&#39;&quot;;&lt;form action=&quot;action_page.php&quot;&gt;
&lt;fieldset&gt;
&lt;legend&gt;Personal information:&lt;/legend&gt;
First name:&lt;br&gt;
&lt;input type=&quot;text&quot; name=&quot;firstname&quot; value=&quot;Mickey&quot;&gt;
&lt;br&gt;
Last name:&lt;br&gt;
&lt;input type=&quot;text&quot; name=&quot;lastname&quot; value=&quot;Mouse&quot;&gt;
&lt;br&gt;&lt;br&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;
&lt;/fieldset&gt;
&lt;/form&gt;&gt;&lt;br&gt;
&lt;input type=&quot;button&quot; value=&quot;PRODUCTS&quot; onclick=&quot;alert(&#39;PRODUCTS&#39;)&quot;&gt;&lt;br&gt;
&lt;input type=&quot;button&quot; value=&quot; SERVICES &quot; onclick=&quot;alert(&#39;SERVICES&#39;)&quot;&gt;&lt;br&gt;
&lt;input type=&quot;button&quot; value=&quot; CARIEERS &quot; onclick=&quot;alert(&#39;CARIEERS&#39;)&quot;&gt;&lt;br&gt;
&lt;/nav&gt;

&lt;section&gt;



&lt;p id=&quot;demo&quot;&gt;
&lt;/p&gt;
&lt;/section&gt;

&lt;footer&gt;
Copyright &#169; W3Schools.com
&lt;/footer&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
Posted
Comments
Suvendu Shekhar Giri 4-Mar-15 5:42am    
Format the code to make it understandable.
W Balboos, GHB 4-Mar-15 14:20pm    
Apparently you cut/pasted a page from W3Schools.com.
It's not a code-grab. It's more or less a tiny piece of their site.

What's up with that?
Member 11497178 6-Mar-15 4:06am    
who are u man
if you know you reply otherwise keep quit
W Balboos, GHB 6-Mar-15 7:19am    
Well - I'll tell "u" somethin': Maybe next time "u" should take the trouble to remove the copyright information before "u" post stolen code.


<footer>
Copyright © W3Schools.com
</footer>

Just a suggestion.
Member 11497178 10-Mar-15 5:06am    
can you tell me how can i convert sql command to the stored procedure in vb script

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900