Skip to content

Instantly share code, notes, and snippets.

@DavidAlejandro18
Last active February 23, 2021 05:14
Show Gist options
  • Save DavidAlejandro18/214bfde4521d7e20f585dff9dcc87e1d to your computer and use it in GitHub Desktop.
Save DavidAlejandro18/214bfde4521d7e20f585dff9dcc87e1d to your computer and use it in GitHub Desktop.
HTML: Código básico
<!doctype html>
<html lang="en">
<head>
<title>Mi primer Gist en Github</title>
</head>
<body>
<p>Cuerpo del documento</p>
</body>
</html>
@DavidAlejandro18
Copy link
Author

Este es el inicio básico de una página web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment