- THIS VIDEO REVIEWS THE MOST IMPORTANT CONTENT COVERED IN CLASS TODAY!
- Objective:
- Students will begin writing simple code to explore the complexity and simplicity of coding HTML.
- Warm-Up:
- Create a folder in Google Drive named CS Discoveries 2024-2025.
- In that folder, create a Google Doc and name it CSD Notes - [Your Name].
- In that Google Doc, paste the following vocabulary under a heading of "Vocabulary."
- HTML - Hypertext Markup Language, a language used to create web pages
- HTML Element - A piece of a website, marked by a start tag and often closed with an end tag
- HTML Tag - The special set of characters that indicates the start and end of an HTML element and that element's type
- Website Content - the text and images on a website
- Website Structure - how the content of a website is organized
- In that same Google Doc, paste the following code under a heading of "HTML Code."
- Use the SHARE button at the top right of your Google Doc to share this document with aaron.smith@pgcps.org.
- 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.)
- Warm-Ups: Due daily
- Week 1 Assignments Due 11-08 (2 days)
- Lesson 1: Exploring Web Pages
- Lesson 2: Intro to HTML
- Click the folder icon on the bottom of your screen to see your computer's directory. Open your Documents folder.
- In your Documents folder, make a new folder (right-click in the empty space, select "New Folder") and name it "Website[YourName]" without any spaces.
- Use the Super Key (A.K.A. the WIndows Key) to get a pop-up on your screen and type the word "Notepad." We will use more complex tools for coding, but today we're starting with the simplest one we have - a basic text editor.
- Copy/Paste the following code into Notepad.
- <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Title Goes Here</h1>
<p>Hello, world.</p>
</body>
</html>
- <!DOCTYPE html>
- At the top of your screen, click on "File," then "Save As."
- Change the file type to "All File Types" and name your page "index.html."
- Find this file in your new folder and drag it into Firefox to see how it looks!
- Add 2 more paragraphs without breaking any of the code.
- 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.
- Go to Canvas to hand this in.
- Grading Rubric:
- 5 pts: Single screenshot shows both the index.html file displayed in NotePad and Firefox, nothing is cropped out of the shot.
- 3 pts: All added text is contained within 3 separate sets of paragraph tags.
- 2 pts: None of the sample code has been altered, paragraphs are between the <body> and </body> tags.
- Week 1 Exit Ticket
- Week 2 Assignments Due 11-14 (2 days)
- Lesson 3: Headings and Lists
- Lesson 4: Digital Footprint
- Week 2 Exit Ticket
- Week 3 Assignments Due 11-22 (3 days)
- Lesson 5: Mini-Project: HTML Web Page
- Lesson 6: Styling Text with CSS
- Lesson 7: Intellectual Property
- Week 3 Exit Ticket
- Week 4 Assignments Due 11-26 (1 day)
- Lesson 8: Using Images
- Lesson 9: Styling Elements with CSS
Week 4 Exit TicketCancelled
- Week 5 Assignments Due 12-05 (2 days)
- Lesson 10: Mini-Project: Adding Style to a Web Page
- Lesson 11: CSS Classes
- Week 5 Exit Ticket
- Week 6 Assignments Due 12-13 (3 days)
- Lesson 12: Organizing Content with Flexbox
- Lesson 13: Flexbox Children for More Control
- Lesson 14: Chapter 1 Project (begin)
- Week 6 Exit Ticket
- Week 7 Assignments Due 12-19 (2 days)
- Lesson 14: Chapter 1 Project (finish)
- Lesson 16: Sources and Research
- Week 7 Exit Ticket
- Week 8 Assignments Due 01-10 (3 days)
- Lesson 17: Linking Pages
- Lesson 18: CSS Pseudo-classes
- Week 8 Exit Ticket
- Week 9 Assignments Due 01-16 (2 days)
- Lesson 19: Planning a Multi-Page Site
- Lesson 20: Project - Website for a Purpose (begin)
- Week 9 Exit Ticket
- Week 10 Assignments Due 01-21 (1 day)
- Lesson 20: Project - Website for a Purpose (finish)
- Exit Ticket
- This week's exit ticket will "go live" during the last 10 minutes of class.
-
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.