You should have already shared your Google Doc with aaron.smith@pgcps.org so no additional work needs to be done to hand this in.
Warm-Ups are usually a 5 point Independent Work grade if a written response is expected, or a 5 point Assessment grade if the Warm-Up is a quiz. They are due at the start of class and not eligible for late submission or re-submission.
Computer Setup
There is a lot of useful software on the lab computers, but today we will only be covering the most relevant ones for this class.
Firefox
(You will need this link for an important step. It will not work outside of the PGCPS intranet, but if it doesn't work, you probably don't need it.)
(As much as Mr. Smith likes Firefox, Google Chrome will work better for much of what we do. Firefox, however, will let you see the web pages you've created locally on your computer.)
Open your index.html file from Lesson 2 in VS Codium. (If you're struggling with this step, check the video tutorial.)
All the work done today should be between the <body></body> tags. Don't work outside of them unless you are fixing a mistake from Lesson 2.
If you copied the sample from Lesson 2, you already have a set of h1 tags for your page title, Change the title if you've thought of something better, but leave the tags as they are.
Add a subheading or two to your page. These should NOT be h1, save that for your page title.
The higher the number, the smaller the heading text.
h4 will have the text be the same size as standard text, just bold. Use this sparingly. h2 and h3 are far more commonly used.
A heading beginning with <h2> MUST end with </h2>. If the numbers don't match, the heading doesn't end.
Add a list using the code shared for your notes today.
Lists begin and end with olor ul tags, for ordered (numbered) lists or unordered (bullet point) lists. These tags are only used once per list.
Each line item of a list begins and ends with li(line item) tags. These are used regardless of if it's an ordered or unordered list.
Don't use <li> where you're supposed to use <ol> or <ul>! This is the most common mistake made in this lesson.
Every line item needs to end with </li>, and an ordered list needs to end with </ol> while an unordered list needs to end with </ul>! This is the 2nd most common mistake made in this lesson.
Use the Print Screen (Often abbreviated to "Prnt Scrn," may require the Function (Fn) button to be pressed depending on the keyboard) key to create a screenshot of your work as it is displayed in Firefox and in VSCodium.
This file will be saved in your "Screenshots" folder, which will be in your Pictures folder.
This week's exit ticket will not "go live" today, because how are you going to say what you did all week when it's the first day?
4 pts
Proofread your work.
3 pts
What did you accomplish in CS Discoveries this week?
3 pts
What did you learn in CS Discoveries this week?
NOTE: If you do not describe WHAT you did, saying you worked on it is not enough information to earn credit.
Bad Example: "I completed Unit 2 Lesson 1" says nothing about what you did or learned. Describe what you did and what you learned as if to someone who does not have access to the course materials.
Exit Tickets are always 10 point Classwork grades and not eligible for late submission or re-submission. They are due during the last 10 minutes of the last class of the week.