Alguém sabe o que eu devo fazer para corrigir???
<!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>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- body { font-family: Tahoma; font-size: 12px; color: #000000; } #legendas { float: left; } #legenda { padding: 4px; font-weight: bold; } #campos { float: left; } #botoes { margin-top: 200px; } --> </style> </head> <body> <div id="legendas"> <div id="legenda">Nome:<br /></div> <div id="legenda">Usuário:<br /></div> <div id="legenda">Senha:<br /></div> <div id="legenda">Confirmar senha:<br /></div> <div id="legenda">E-mail:<br /></div> </div> <div id="campos"> <input type="text" name="nome" /><br /> <input type="text" name="login" /><br /> <input type="password" name="pwda" /><br /> <input type="password" name="pwdb" /><br /> <input type="text" name="email" /><br /> </div> <div id="botoes"> <input type="reset" value="Limpar" /> <input type="submit" value="OK" /> </div> </body> </html>