Web Development II - Reid - 2025-S14
3.4.2 Must Do Today!
Skip To Content
Dashboard
  • Login
  • Dashboard
  • Calendar
  • Inbox
  • History
  • Help
Close
  • My Dashboard
  • Web Development II - Reid - 2025-S14
  • Assignments
  • 3.4.2 Must Do Today!
2024/2025 - St. George Academy - Semester 1
  • Home
  • Modules
  • Pages
  • Assignments
  • Quizzes
  • Collaborations
  • Google Drive
  • Lucid (Whiteboard)
  • Canva for Education

3.4.2 Must Do Today!

  • Due Sep 30, 2024 by 11:59pm
  • Points 5
  • Submitting a text entry box or a file upload
  • File Types html
  • Available after Sep 29, 2024 at 12am

In this exercise you’ll practice styling elements by ID by selecting the most important thing to do today and making it BIG and red.

YOUR JOB
Pick the task that you think is the most important thing to do today. Give it the ID important.

Then, write a CSS rule that selects the ID important and gives it the color red and the font size 20px.

BONUS CHALLENGE
Pick the second and third most important tasks and give each one a special color.

STARTER CODE

<!DOCTYPE html>
<html>
    <head>
        <title>Important Things</title>
        <style>
            
        </style>
    </head>
    <body>
        <h1>To Do Today</h1>
        <ul>
            <li>Go grocery shopping</li>
            <li>Play kickball</li>
            <li>Do math homework</li>
            <li>Walk the dog</li>
            <li>Feed the dog</li>
        </ul>
    </body>
</html>
1727762399 09/30/2024 11:59pm
Please include a description
Additional Comments:
Rating max score to > pts
Please include a rating title

Rubric

Find Rubric
Please include a title
Find a Rubric
Title
You've already rated students with this rubric. Any major changes could affect their assessment results.
 
 
 
 
 
 
 
     
Can't change a rubric once you've started using it.  
Title
Criteria Ratings Pts
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
Total Points: 5 out of 5