Código HTML:
Ver original
<!DOCTYPE html> <html lang="es"> <head> <link rel="SHORTCUT ICON" href="favicon.ico"/> <meta name="robots" content="index,follow"/> <meta name="description" content="descripcion de web"/> <meta name="keywords" content="palabras clave"/> </head> <body bgcolor="" background="" link="" alink="" vlink="" topmargin="" marginwidth="" text=""> <form action="procesador.php" method="post"> <fieldset> <label> </label> <label> </label> <label> </label> <label> </label> </fieldset> <fieldset> <input type="radio" value="1"/>Rock <input type="radio" value="2"/>cumbia </fieldset> </form> </body> </html>