Created
March 21, 2023 17:18
-
-
Save Tynael/2588b14fa9e6eb261da44d88dba12adf to your computer and use it in GitHub Desktop.
Example of CSS 1 code
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
| <HEAD> | |
| <TITLE>CSS Example</TITLE> | |
| <STYLE TYPE="text/css"> | |
| H1 { font-size: x-large; color: red } | |
| H2 { font-size: large; color: blue } | |
| </STYLE> | |
| </HEAD> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example used for https://neutrondev.com/what-is-doctype-html/