Web-W

Complete in Chapter #4 Code Section

  • C4 Apply Your Knowledge: Creating a Style Sheet to Style a Webpage
  • C4 Analyze, Correct, Improve: Correcting CSS Style Rules

C4 Apply Your Knowledge: Creating a Style Sheet to Style a Webpage

Hints:

  • Task #1 – Simple update to comment in task #1
  • Task #2 – Use <ul> instead of <p>
  • Task #3
    • Hover over the … to the right of the css folder you created and create the styles.css file.
    • Comment in styles.css – Use Author,  File Name, and Date for the comment section
  • Task #4 – Paste <link rel=”stylesheet” href=”css/styles.css”> in correct location inside head section
  • Task #5, Task #6, task #7, Task #8 – Follow instructions and use W3 Schools if you run into coding issues
  • Task #9 – Remember that create a div it must start with a # and a class must start with a period ( . )
  • Task #10 – Follow instructions and use W3 Schools if you run into coding issues
  • Task #11 – Add the class to following code <a href=”https://www.w3.org/Style/CSS/members” class=”external” target=”_blank”>

C4 Analyze, Correct, Improve: Correcting CSS Style Rules

Hints:

  • Clean Up CSS Styles sheet so it is easier to find correct code. Format sections correctly.
  • Task #2 – <link rel=”stylesheet” href=”css/styles.css”>
  • Task #3 – Use the key below to help you with this task
    • Student Name: firstname lastname
    • File Name: styles.css
    • Date: 01/01/2020
  • Task #7 – To clear float you use clear: left;