Book HTML & CSS
Design and Build Websites
JON DUCKETT

Welcome to my notes of this book

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.

CODE

<!DOCTYPE html>
<html>
    <head>
        <title>My HTML Notes</title>
    </head>
    <body>
        <h1>Book HTML &amp; 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
Home Page