Created
September 12, 2020 12:40
-
-
Save jslvtr/0f1b629b3343230de8887deb6c07d4eb to your computer and use it in GitHub Desktop.
Web Developer Bootcamp with Flask and Python - Learning HTML Project [Step 1]
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>I'm learning HTML and CSS!</h1> | |
<p>Hello, my name is Rolf Smith. I'm learning about web development, and I'm starting with HTML and CSS.</p> | |
<p>With HTML and CSS, I can make all sorts of websites. HTML and CSS are the most important languages to learn!</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment