/ Published in: HTML
html et
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="container"> <img alt="Elias Toledo" src="images/header.jpg" height="120" width="450" style=" float:right;"/> <!-- ****************************** Header + Navigation ****************************** --> <div id="nav"> <ul> </ul> </div> <!-- ****************************** News Updates Column ****************************** --> <div id="newsupdate"> </div> <!-- ****************************** Welcome Message IMG+TEXT ****************************** --> <div class="rightcontainer"> <div id="content"> <p>Hi, my name is Vincent. I am a freelance webdesigner of Canada. I do webdesign as a hobby and I would love to design for any who needs a website. If you need a custom template, send me an email and I will reply soon.<br />Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin fringilla. Ut tincidunt sollicitudin nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aliquam ac elit. Aliquam erat volutpat. Cras imperdiet pede nec magna. Nam eros. Praesent consequat pede vel turpis. Integer sit amet ipsum.</p> </div> </div> <div id="footer"> Copyright © Elias Toledo | Diseño: <a href="http://vipstudiotech.com">IDesignz</a> | Webmaster: <a href="mailto:[email protected]">Aurelio Córdova</a> <br /> </div> </div> </body> </html>
You need to login to post a comment.
