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

3.2.5 Set List

  • Due Oct 11, 2023 by 11:59pm
  • Points 5
  • Submitting a text entry box or a file upload
  • File Types html

The band Mount Altitude And The Mall has written up their set list, but the manager wants you to liven up the colors!

Use CSS rules in the <head> tag to make the text of the <h1> tags red, the text of the <h2> tags blue, and the text of the <p> tags orange.

 

STARTING CODE

<!DOCTYPE html>
<html>
    <head>
        <title>CSS Select By Tag</title>

        <!-- 
            Make the <h1> tags red, the <h2> tags
            blue and the <p> tags orange.
         -->
        <style>
            
    
        </style>

    </head>

    <body>
        <h1>Mount Altitude And The Mall</h1>
    
        <h2>Today's PlayList</h2>
        
        <p>Rotten Thoughts</p>
    
        <p>Fierce Hearts</p>
    
        <p>Quiet Dinosaurs</p>
    
        <h2>Today's Encore</h2>
        
        <p>Mysteriously Composing</p>
        
        <p>Undoubtedly Obfuscating</p>
        
        <p>Binary Symphony</p>
    
    </body>
</html>
1697090399 10/11/2023 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