home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 October / PCWorld_2005-10_cd.bin / komunikace / amaya / amaya-WinXP-9.2.1.exe / doc / WX / HTML-elements / headings.html.es < prev    next >
Extensible Markup Language  |  2005-02-23  |  2KB  |  53 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <title>Elementos de encabezado</title>
  8.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  9.   <link href="../style.css" rel="stylesheet" type="text/css" />
  10. </head>
  11.  
  12. <body xml:lang="es" lang="es">
  13.  
  14. <div>
  15. <img border="0" alt="Amaya" src="../../../resources/icons/22x22/logo.png" />
  16.  
  17. <p class="nav"><a href="structure.html.es"><img alt="anterior" border="0"
  18. src="../../../resources/icons/misc/left.png" /></a> <a
  19. href="../HTML.html.es"><img alt="superior" border="0"
  20. src="../../../resources/icons/misc/up.png" /></a> <a
  21. href="lists.html.es"><img alt="siguiente" border="0"
  22. src="../../../resources/icons/misc/right.png" /></a></p>
  23. </div>
  24.  
  25. <div id="page_body">
  26. <h1>Elementos de encabezado</h1>
  27.  
  28. <p>HTML proporciona 6 niveles de encabezado: <a
  29. href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-H1"><code>h1,
  30. h2, h3, h4, h5 y h6</code></a>. Se deben emplear para marcar los encabezados
  31. de acuerdo con su importancia relativa, siendo <code>h1</code> el mßs
  32. importante. Los encabezados son elementos de bloque y s≤lo pueden crearse
  33. como hijos de elementos cuyo contenido pueda ser de tipo bloque. Fφjate en
  34. que las tablas tienen elementos especiales para marcar los encabezados.</p>
  35.  
  36. <p>Los tres primeros niveles de encabezado pueden crearse con la barra de
  37. botones mediante los botones <img
  38. src="../../../resources/icons/22x22/XHTML_H1.png" alt="Bot≤n h1" />, <img
  39. src="../../../resources/icons/22x22/XHTML_H2.png" alt="Bot≤n h2" />, <img
  40. src="../../../resources/icons/22x22/XHTML_H3.png" alt="Bot≤n h3" />. Desde el
  41. men· <strong>XHTML</strong>, o mediante atajos de teclado, puede crearse
  42. cualquier nivel de encabezado. Los atajos de teclado por omisi≤n son
  43. <kbd>Ctrl 1</kbd> para <code>h1</code>, <kbd>Ctrl 2</kbd> para
  44. <code>h2</code>, y asφ sucesivamente hasta <kbd>Ctrl 6</kbd> para
  45. <code>h6</code>.</p>
  46.  
  47. <p>La mayorφa de navegadores utilizan estilos por omisi≤n para distinguir los
  48. diferentes encabezamientos, pero el autor puede tambiΘn utilizar <a
  49. href="../StyleSheets.html.es">hojas de estilo</a> para definir su formato.</p>
  50. </div>
  51. </body>
  52. </html>
  53.