HTML - The End of the Beginning

To conclude the HTML portion of this book, we have covered some of the most commonly used HTML tags and techniques, including HTML boiler plate, header tags <h1> through <h6>, paragraph tags <p>, whitespace, image tags <img>, comments in HTML, anchor tags <a> for links, special character codes, ordered and unordered lists <ol>, <ul>, <li>, tables <table>, <tr>, <th>, <td>, and forms including text, password, email, radio, checkbox, select, and textarea tags.

To wrap up our learning, we put all these tags to use and created a basic HTML page for a fictional pizza shop. While this book doesn't cover every HTML tag available, it provides a strong foundation for you to get started with building web pages using some of the most common HTML tags and techniques. With this knowledge, you can start exploring more complex HTML and CSS techniques and building more advanced web pages.