Código:
<!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> <style> #header { background: url(imagen.jpg) top left no-repeat; margin: 0px; padding: 0px; width: 952px; height: 139px; } #header h1{ margin: 0px; } #header a span{ visibility: hidden; } #header a{ width: 952px; height: 139px; display: block; padding: 0px; margin: 0px; text-decoration: none; } </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> </head> <body> <div id="header"><h1><a href="index.html"><span>inicio</span></a></h1></div> </center> </body> </html>