What topics will be covered in the course?
Introduction to the Browser
Introduction and Opening Words
Basic HTML A:
An overview of the HTML tag language.
Using h1-h6 tags.
Understanding the differences between the div and span tags and how they behave in the browser.
Creating lists with ul and ol tags.
Basic HTML B:
Differentiating between the ol and ul list types.
Creating links with the anchor tag.
Inserting images with the img tag and exploring the various attributes available.
Tables:
Using the table tag to create tables.
Using the thead and tbody tags to structure tables.
Differentiating between th, tr, and td tags.
Forms Part A:
Understanding what forms are and their purposes.
Creating text input fields with the input tag.
Creating number input fields with the input tag.
Creating password input fields with the input tag.
Connecting label tags to input tags within forms.
Adding submit and reset buttons to forms.
Understanding query strings, get requests, and how they relate to forms.
Forms Part B:
Understanding post requests in forms.
Working with radio button inputs and their required attributes.
Using checkbox inputs and their required attributes.
Using the textarea tag.
Creating select lists and option tags.
Utilizing the p tag.