let's add a header to our page, and try to open the file in chrome and firefox or safari
Last active
May 11, 2019 05:12
-
-
Save ntohidi/1b9ce3b92c1106f15eb0974c18e623d3 to your computer and use it in GitHub Desktop.
html_beginner_a_0
This file contains 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
body{ | |
background-color: yellow; | |
} |
This file contains 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></head> | |
<body> | |
<h1>This is my page</h1> | |
</body> | |
</html> |
This file contains 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
console.log('hello') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment