Last active
February 23, 2021 05:14
-
-
Save DavidAlejandro18/214bfde4521d7e20f585dff9dcc87e1d to your computer and use it in GitHub Desktop.
HTML: Código básico
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title>Mi primer Gist en Github</title> | |
</head> | |
<body> | |
<p>Cuerpo del documento</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Este es el inicio básico de una página web.