Skip to content

Instantly share code, notes, and snippets.

@Techfolio
Created May 10, 2017 22:54
Show Gist options
  • Save Techfolio/ba3d2a082aaf11a44678c38855127b07 to your computer and use it in GitHub Desktop.
Save Techfolio/ba3d2a082aaf11a44678c38855127b07 to your computer and use it in GitHub Desktop.
Code from my YouTube Tutorial "Creating Basic HTML Files with the Chromebook"
<!DOCTYPE html>
<html>
<head>
<title>Basic Code</title>
</head>
<body>
Of course this says, "Hello World."
</body>
</html>
<!-- Link to the YouTube tutorial: https://youtu.be/C92nVW8WKys -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment