Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Created June 9, 2020 22:13
Show Gist options
  • Save agustinpfs/f302d4d2ce797e07f6d651e0bf09853e to your computer and use it in GitHub Desktop.
Save agustinpfs/f302d4d2ce797e07f6d651e0bf09853e to your computer and use it in GitHub Desktop.
HTML básico. Párrafos.
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Párrafos</title>
</head>
<body>
<h1>Párrafos</h1>
<p>Esto es un párrafo</p>
<p>Esto es otro párrafo</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment