Created
August 10, 2018 21:57
-
-
Save riyaadazad/382c24c426e22de41fdad3b00a53d3c2 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> | |
| <title></title> | |
| </head> | |
| <body> | |
| <p>This text is black, except for the word <span style="color:red">red</span>!</p> | |
| <p>My favorite font is <span style="font-family:Impact">Impact</span>!</p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment