Created
March 29, 2018 13:05
-
-
Save DavidPeralvarez/f8907c18f9aef9c4f7e2df6838f5262c to your computer and use it in GitHub Desktop.
Atributos ID y CLASS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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