Created
July 6, 2020 15:41
-
-
Save agustinpfs/f78bca88e5ccf8af69f64b93a4febe36 to your computer and use it in GitHub Desktop.
Lugares donde declarar estilos CSS. 3. Archivo externo(recomendado).
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>CSS link</title> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<h1>Hola mundo</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment