Created
November 12, 2020 18:33
-
-
Save chgeuer/bd7e97685706236cd53beef01d9c9817 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> | |
<html> | |
<head> | |
<style> | |
h1 {color: blue;} | |
p {color: red;} | |
</style> | |
</head> | |
<body> | |
<h1>This is a heading</h1> | |
<p>This is a paragraph.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment