Created
May 10, 2017 22:54
-
-
Save Techfolio/ba3d2a082aaf11a44678c38855127b07 to your computer and use it in GitHub Desktop.
Code from my YouTube Tutorial "Creating Basic HTML Files with the Chromebook"
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>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