Last active
July 6, 2020 15:38
-
-
Save agustinpfs/780cda0144c56969b76bf45ce0562882 to your computer and use it in GitHub Desktop.
Lugares donde declarar estilos CSS. 2. Dentro de la etiqueta a la cual queremos estilizar.
This file contains hidden or 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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Declaración de estilos</title> | |
</head> | |
<body> | |
<h1 style="background-color: yellow"></h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment