Created
August 13, 2017 19:04
-
-
Save latagore/7033157da02cc7fd3891cef734d4697b to your computer and use it in GitHub Desktop.
Intro to HTML/CSS Workshop files
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>My First Web Page</title> | |
</head> | |
<body> | |
<p></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment