This is a HTML page that I created, below is the code.
Choose the next page to see the progress of learning and below is what the code would look like to build what was demonstrated above.
<!DOCTYPE html>
<html>
<head>
<title>My HTML Notes</title>
</head>
<body>
<h1>Book HTML & CSS<br /> Design and Build Websites<br /> JON DUCKETT</h1>
<h1>Welcome to my notes of this book</h1>
<p>This is a HTML page that I created, below is the code</p>
<p>Choose the next page to see the progress of learning and below is what the code would look like to build what was demonstrated above.</p>
</body>
</html>
Next Page