Skip to content

Instantly share code, notes, and snippets.

@ntohidi
Last active May 11, 2019 05:12
Show Gist options
  • Save ntohidi/1b9ce3b92c1106f15eb0974c18e623d3 to your computer and use it in GitHub Desktop.
Save ntohidi/1b9ce3b92c1106f15eb0974c18e623d3 to your computer and use it in GitHub Desktop.
html_beginner_a_0
body{
background-color: yellow;
}
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>This is my page</h1>
</body>
</html>
console.log('hello')

let's add a header to our page, and try to open the file in chrome and firefox or safari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment