Skip to content

CS Discoveries, 11-06-2025, Intro to HTML

THIS VIDEO REVIEWS THE MOST IMPORTANT CONTENT COVERED IN CLASS TODAY!

  1. Objective:
    1. Students will begin writing simple code to explore the complexity and simplicity of coding HTML.
  2. Warm-Up:
    1. Create a folder in Google Drive named CS Discoveries 2025-2026.
    2. In that folder, create a Google Doc and name it CSD Notes - [Your Name]. The name here is important as it will help Mr. Smith find your work. If you make it hard for him to find YOUR work, you make it easy for you to earn a zero.
    3. 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
    4. In that same Google Doc, paste the following code under a heading of "HTML Code."
    5. Use the SHARE button at the top right of your Google Doc to share this document with aaron.smith@pgcps.org.
      1. If you skip this last step you WILL earn a zero, because Mr. Smith will not be able to see your work.
    6. 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.
  3. Computer Setup
    1. 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.
      1. Firefox
      2. VS Codium
        1. (We will be using this industry standard program for coding when we are not using Code.org. Use this link to get it installed on your computer.)
      3. Code.org
        1. (Do not go directly to Code.org to complete assignments! Instead, bookmark the Clever login page and use that to connect to Code.org.)
  4. Deadlines: (Content is subject to change due to various factors including All-Major days and inclement weather days.)
    1. Warm-Ups: Due daily
    2. Week 1 Assignments Due 11-06 (2 days)
      1. Lesson 1: Exploring Web Pages
      2. Lesson 2: Intro to HTML
        1. Click the folder icon on the bottom of your screen to see your computer's directory. Open your Documents folder.
        2. 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.
        3. 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.
          1. We're going to jump ahead to using VSCodium, but just remember we COULD use a text editor to edit code. Mr. Smith got started using TextEdit on his Mac back in the 90s.
        4. Copy/Paste the following code into Notepad VSCodium.
          <!DOCTYPE html>
          
          <html>
          
          <head>
          
          <link rel="stylesheet" href="style.css">
          
          </head>
          
          <body>
          
          <h1>Title Goes Here</h1>
          
          <p>Hello, world.</p>
          
          </body>
          
          </html>
      3. At the top of your screen, click on "File," then "Save As."
      4. Change the file type to "All File Types" and name your page "index.html."
      5. Find this file in your new folder and drag it into Firefox to see how it looks!
      6. Add 2 more paragraphs without breaking any of the code.
      7. 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.
        1. This file will be saved in your "Screenshots" folder, which will be in your Pictures folder.
      8. Go to Canvas to hand this in.
      9. Grading Rubric:
        1. 5 pts: Single screenshot shows both the index.html file displayed in NotePad and Firefox, nothing is cropped out of the shot.
        2. 3 pts: All added text is contained within 3 separate sets of paragraph tags.
        3. 2 pts: None of the sample code has been altered, paragraphs are between the <body> and </body> tags.
    3. Week 1 Exit Ticket
  5. Week 2 Assignments Due 11-13 (2 days)
    1. Lesson 3: Headings and Lists
    2. Lesson 4: Digital Footprint
    3. Week 2 Exit Ticket
  6. Week 3 Assignments Due 11-21 (3 days)
    1. Lesson 5: Mini-Project: HTML Web Page
    2. Lesson 6: Styling Text with CSS
    3. Lesson 7: Intellectual Property
    4. Week 3 Exit Ticket
  7. Week 4 Assignments Due 09-18 (2 days)
    1. Lesson 8: Using Images
    2. Lesson 9: Styling Elements with CSS
    3. Week 4 Exit Ticket
  8. Week 5 Assignments Due 11-25 (1 day)
    1. Lesson 10: Mini-Project: Adding Style to a Web Page
    2. Week 5 Exit Ticket
  9. Week 6 Assignments Due 12-04 (2 days)
    1. Lesson 11: CSS Classes
    2. Lesson 10: Mini-Project: Adding Style to a Web Page
    3. Week 6 Exit Ticket
  10. Week 7 Assignments Due 12-12 (2 days)
    1. 12-08 is an All Major Day
    2. Lesson 12: Organizing Content with Flexbox
    3. Lesson 13: Flexbox Children for More Control
    4. Week 7 Exit Ticket
  11. Week 8 Assignments Due 12-18 (2 days)
    1. Lesson 16: Sources and Research
    2. Lesson 17: Linking Pages
    3. Week 8 Exit Ticket
  12. Week 9 Assignments Due 01-09 (3 days)
    1. Lesson 18: CSS Pseudo-classes
    2. Lesson 19: Planning a Multi-Page Site
    3. Lesson 20: Project - Website for a Purpose (begin)
    4. Week 9 Exit Ticket
  13. Week 10 Assignments Due 01-15 (2 days)
    1. Lesson 20: Project - Website for a Purpose (finish)
    2. Week 9 Exit Ticket
  14. Week 11 Assignments Due 01-23 (2 days)
    1. Lesson 21: Peer Review
  15. Week 12 Assignments Due 01-26 (1 day)
    1. End of Course Survey
  • Exit Tickets
    1. Exit Tickets "go live" during the last 10 minutes of our last class of the week, except when we only meet once during that week, it's the last week of the Quarter, or Mr. Smith screwed up.
    2. 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?
    3. NOTE: If you do not describe WHAT you did, saying you worked on it is not enough information to earn credit.
      1. 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.
    4. 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.

Previous Lessons: 11/04