Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Created July 6, 2020 15:41
Show Gist options
  • Save agustinpfs/f78bca88e5ccf8af69f64b93a4febe36 to your computer and use it in GitHub Desktop.
Save agustinpfs/f78bca88e5ccf8af69f64b93a4febe36 to your computer and use it in GitHub Desktop.
Lugares donde declarar estilos CSS. 3. Archivo externo(recomendado).
<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