Skip to content

Instantly share code, notes, and snippets.

@jslvtr
Created September 12, 2020 12:40
Show Gist options
  • Save jslvtr/0f1b629b3343230de8887deb6c07d4eb to your computer and use it in GitHub Desktop.
Save jslvtr/0f1b629b3343230de8887deb6c07d4eb to your computer and use it in GitHub Desktop.
Web Developer Bootcamp with Flask and Python - Learning HTML Project [Step 1]
<!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