Created
September 12, 2020 12:40
-
-
Save jslvtr/de48dd3d27b1fbbe2d3c82da1e785264 to your computer and use it in GitHub Desktop.
Web Developer Bootcamp with Flask and Python - Learning HTML Project [Step 2]
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 lang="en"> | |
<head> | |
</head> | |
<body> | |
<img class="profile" src="profile.png" alt="Rolf's profile picture." /> | |
<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> | |
<p>This website's code looks like this:</p> | |
<img class="code" src="code.png" alt="The HTML code for this page." /> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment