Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 13:05
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/f8907c18f9aef9c4f7e2df6838f5262c to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/f8907c18f9aef9c4f7e2df6838f5262c to your computer and use it in GitHub Desktop.
Atributos ID y CLASS
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Los atributos ID y Clase</title>
</head>
<body>
<h1 id="titulo-principal" class="titulo verde-chillon">Sobre David Perálvarez</h1>
<h2 id="subtitulo-principal" class="titulo">Nuestro héroe más querido</h2>
<p class="descripcion">El superhéroe David Perálvarez ha salvado ya más de 100 vidas en sus sueños.</p>
<p class="descripcion">Sus poderes son dar la chapa con temas de conspiraciones a gente que no le interesa para nada.</p>
<p class="descripcion">Su fiel compañero Dac finge escucharlo cuando le habla.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment