Created
February 24, 2021 01:20
-
-
Save jon4syth/3563ec9d7ba759d080789ed93334221f to your computer and use it in GitHub Desktop.
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> | |
<head> | |
<link href="styles.css" rel="stylesheet"> | |
<title>Your Web Page</title> | |
<style> | |
body { | |
background-color: black; | |
} | |
</style> | |
</head> | |
<body> | |
<p>Este es my parrafo</p> | |
<p>Otro parrafo aqui</p> | |
<p>Aun otro aqui tambien</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment