home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 May / PCWorld_2005-05_cd.bin / komunikace / amaya / amaya-WinXP-9.1.exe / doc / html / HTML-elements / headings.html.es < prev    next >
Extensible Markup Language  |  2004-02-06  |  3KB  |  56 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 8.2+, 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. <table border="0" width="100%" summary="toc">
  15.   <tbody>
  16.     <tr>
  17.       <td><p><img border="0" alt="W3C" src="../../images/w3c_home" /> <img
  18.         border="0" alt="Amaya" src="../../images/amaya.gif" /></p>
  19.       </td>
  20.       <td><p align="right"><a href="structure.html.es"><img alt="anterior"
  21.         border="0" src="../../images/left.gif" /></a> <a
  22.         href="../HTML.html.es"><img alt="superior" border="0"
  23.         src="../../images/up.gif" /></a> <a href="lists.html.es"><img
  24.         alt="siguiente" border="0" src="../../images/right.gif" /></a></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1>Elementos de encabezado</h1>
  32.  
  33. <p>HTML proporciona 6 niveles de encabezado: <a
  34. href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-H1"><code>h1,
  35. h2, h3, h4, h5 y h6</code></a>. Se deben emplear para marcar los encabezados
  36. de acuerdo con su importancia relativa, siendo <code>h1</code> el mßs
  37. importante. Los encabezados son elementos de bloque y s≤lo pueden crearse
  38. como hijos de elementos cuyo contenido pueda ser de tipo bloque. Fφjate en
  39. que las tablas tienen elementos especiales para marcar los encabezados.</p>
  40.  
  41. <p>Los tres primeros niveles de encabezado pueden crearse con la barra de
  42. botones mediante los botones <img src="../../images/H1.gif" alt="Bot≤n h1"
  43. />, <img src="../../images/H2.gif" alt="Bot≤n h2" />, <img
  44. src="../../images/H3.gif" alt="Bot≤n h3" />. Desde el men·
  45. <strong>XHTML</strong>, o mediante atajos de teclado, puede crearse cualquier
  46. nivel de encabezado. Los atajos de teclado por omisi≤n son <kbd>Ctrl 1</kbd>
  47. para <code>h1</code>, <kbd>Ctrl 2</kbd> para <code>h2</code>, y asφ
  48. sucesivamente hasta <kbd>Ctrl 6</kbd> para <code>h6</code>.</p>
  49.  
  50. <p>La mayorφa de navegadores utilizan estilos por omisi≤n para distinguir los
  51. diferentes encabezamientos, pero el autor puede tambiΘn utilizar <a
  52. href="../StyleSheets.html.es">hojas de estilo</a> para definir su formato.</p>
  53. </div>
  54. </body>
  55. </html>
  56.