Jump to content

Suggestions codes (HTML. CSS) for upl. website today?


eduard

Recommended Posts

I want to upload my website today! I give my codes (HTML, CSS)! All suggestions are welcome!HTML<html><head><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css" /></head><body><div class="header"><a href="websites/book/mine.html">Libro</a><a href="http://www.viadeo.com/es/profile/eduard.lid">Perfil</a></div><div id="main"><img src="images/me.jpg" alt="me" align="right" width="320" height="240"</div><div class="footer"><p class="sansserif">Eduard Lid</p><h5><pre>Este sitio web es hecho por Eduard Lid ©</pre></h5></div></body></html>CSSbody{margin:0px;padding:0px;}div.header{background-color:#98fb98;width:1200px;height:150px;}a:link{color:#ffd700;}a:visited{color:#0000ff;}a:hover{color:#ffcc00;}div#main{background-color:#f0ffff;width:1200px;height:240px;}div.footer{background-color:#98fb98;width:1200px;height:150px;text-align:center;}p{font:verdana;font-size:40px;color:#00008b;border:0px solid black;}h5{text-align:center;color:#dc143c;font:arial;}

Link to comment
Share on other sites

i see you never took my advice from the other thread you made (also asking to review your code) about adding a doctype. Did you try validating your code (just for the practice?).

Link to comment
Share on other sites

i see you never took my advice from the other thread you made (also asking to review your code) about adding a doctype. Did you try validating your code (just for the practice?).[/quoteThanks! I´ve just added a DOCTYPE and I´am going to validate my website later.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...