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.
Deadlines: (Content is subject to change due to various factors.)
Open your index.html file from Lesson 2 in Notepad. (If you right-click on the file, you can select the option to open it in a specific program.)
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 Notepad.
This file will be saved in your "Screenshots" folder, which will be in your Pictures folder.
This week's exit ticket will "go live" during the last 10 minutes of class on the last B Day of the week.
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.
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.