Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidPeralvarez/b3ee9da6fc5ed63b45a7f6a9c98926f0 to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/b3ee9da6fc5ed63b45a7f6a9c98926f0 to your computer and use it in GitHub Desktop.
Los encabezados
<!DOCTYPE html>
<html>
<head>
<title>Mi primera web</title>
</head>
<body>
<h1>Título de máximo nivel</h1>
<h2>Título de nivel 2</h2>
<h3>Título de nivel 3</h3>
<h4>Título de nivel 4</h4>
<h5>Título de nivel 5</h5>
<h6>Título de nivel 6</h6>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment