Welcome to the course. The following quizzes and coding challenges were made to enhance the overall course. I recommend being able to pass each quiz/coding challenge with a 100% accuracy before moving on to the next video lesson. You will also find some additional materials below.
Please don’t hesitate to contact me through the contact page if you have any questions.
Quiz 1: What is HTML?
3 quick questions about the HTML overview.
Coding Exercise 1: Basic HTML Structure
Open up a new tab with jsbin.com. Write the basic HTML structure needed by every website. Then, create a paragraph saying “I am learning to code with HTML.” Leave the tab open, as you will build upon it in your next coding challenge.
Review the previous videos if you need help writing the basic HTML structure.
Coding Exercise 2: Adding an image with a link
Find an appropriate image on the web and add it to the code from our previous coding challenge. Then, make the image act like a link. The image should link back to were you found the image.
Having trouble? Review the “Creating an image with a link” video.
Copy and Paste Ingredients and Instructions
Save some time by copy and pasting the code from the unordered and ordered lists video.
Download the attached file and then copy and paste it right into your Jsbin.com document.
Coding Exercise 2: Create an unordered list with your favorite movies
Create an unordered list with 3 of your favorite movies on it! (Add it to the code from the previous two challenges).
Having trouble? Review the “Creating unordered and ordered lists” video.
Quiz 2: Review HTML Elements
A 19 question quiz covering all the HTML elements in this section. It is highly recommended that students be able to pass this quiz before moving on to the next section.
Quiz 3: What is CSS?
1 quick question about what CSS stands for.
Quiz 4: Creating a Border
A 3 question quiz covering all the CSS properties related to creating a border.
Quiz 5: Changing the Look of Our Text
A 5 question quiz covering all the CSS properties that allow us to change the look of our text.
Quiz 6: Changing Our Font
A 2 question quiz covering the CSS properties that allow us to change our fonts.
Final Project
The final project is designed to give students a chance to showcase their new HTML and CSS skill set. Download and follow the attached guidelines to complete the final project.
Quiz 7: Review CSS Properties
A 19 question quiz covering all the CSS properties covered in this section. It is highly recommended that students be able to pass this quiz before moving on to the final project.