Created
July 25, 2018 07:19
-
-
Save d0nutptr/5daa32a47c7cef3e28b389764ba069aa 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
<html> | |
<body> | |
<div> | |
<p color=red>Hello there!</p> | |
<p>This is also red!</p> | |
<p>Me too!</p> | |
</div> | |
<div> | |
<p>This is not red :o </p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment