Un pezzo alla volta, please!
1) hai chiuso con </a> dei tags <a href .... eccetera /> chiusi in forma breve!
2) manca l'attributo alt ai tags img
3) i tags img non sono chiusi
Questa è valida!
P.S: Impara a scrivere indentato, che ti aiuta!
HTHcodice:<!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> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body bgcolor="#323338"> <div id="container"> <div id="menu"> <div id="header"></div> <div id="menu_2"> HOME - AZIENDA - PRODOTTI - DOVE SIAMO - CONTATTI </div> </div> <div id="body"> [img]#[/img] [img]#[/img] </div> </div> </body> </html>
Zappa