Vanish
Rising Java Developer
- Dec 8, 2013
- 630
- 94
<html>
<header>
<title>Emilio's Portfolio</title>
<style>
header {background-color:lightgrey};
body {
background-image: url("website.jpg");
}
footer {background-color:#1C1C1C};
</style>
</header>
<body>
<button align="left">Home</button>
<button align="center"> About Me</button>
<button align="right">Contact Me</button>
<p> Test</p>
<footer><font color="white">Design & Copyrights go to Emilio.</font></footer>
</body>
</html>
<header>
<title>Emilio's Portfolio</title>
<style>
header {background-color:lightgrey};
body {
background-image: url("website.jpg");
}
footer {background-color:#1C1C1C};
</style>
</header>
<body>
<button align="left">Home</button>
<button align="center"> About Me</button>
<button align="right">Contact Me</button>
<p> Test</p>
<footer><font color="white">Design & Copyrights go to Emilio.</font></footer>
</body>
</html>
You must be registered for see links
is what i get. Help. What's wrong with the code? I tried setting the image source instead of just the name, same thing. Help pls?