Created
July 31, 2021 01:31
-
-
Save JosueMagnus12/fd020254270ccafb62a38f8afa8dc6cb to your computer and use it in GitHub Desktop.
Methods priority
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-us"> | |
<head> | |
<style> | |
p{ | |
color: blue; | |
} | |
</style> | |
</head> | |
<body> | |
<p style="color: purple">A cool paragraph</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment