

Web Page Design
Presentation
•
Other
•
9th - 12th Grade
•
Practice Problem
•
Medium
Kaley Hudson
Used 36+ times
FREE Resource
8 Slides • 5 Questions
1
WP Unit 3 CSS
Cascading Style Sheets

2
Cascading Style Sheets
(CSS) is used to format the layout of a webpage.
With CSS, you can control the color, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background images or background colors are to be used, different displays for different devices and screen sizes, and much more!
3
CSS can be added to HTML documents in 3 ways:
Inline - by using the style attribute inside HTML elements
Internal - by using a <style> element in the <head> section
External - by using a <link> element to link to an external CSS file
4
Multiple Choice
<h1 style="color:blue;">A Blue Heading</h1>
Inline
Internal
External
5
Multiple Choice
<head>
<style>
body {background-color: powderblue;}
h1 {color: blue;}
p {color: red;}
</style>
</head>
Inline
Internal
External
6
Inline CSS
Used to apply a unique style to a single HTML element
Uses the Style attribute of an HTML element
7
Multiple Choice
Attribute
Represents the root of an HTML document. Example, <html>
Provide additional information about HTML elements. Example, href,style,id
<a> tag defines a hyperlink, which is used to link form one page to another.
8
Example of Inline CSS
<h1 style="color:blue;">A blue Headng</h1>
<p style="color:red;">A red Paragraph</p>
9
Internal CSS
Used to define a style for a single HTML page
Defined in the <head> secotion of an HTML page, within a <style> element.
10
Example of Inline CSS
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: powderblue;}
h1 {color:blue;}
p {color: red;}
</style>
</head>
11
Multiple Choice
What section of an HTML page is an internal CSS defined?
<body> section
<head> section
<html> section
12
External CSS
Is used to define the style for many HTML Pages
Use an external style sheet, add a link to it in the <head> section of each HTML page
<link rel="stylesheet" href="styles.css">
13
Multiple Choice
To use an external style sheet, add a link to it in the _____ section of each HTML page.
<body> section
<head> section
<html> section
WP Unit 3 CSS
Cascading Style Sheets

Show answer
Auto Play
Slide 1 / 13
SLIDE
Similar Resources on Wayground
11 questions
Ch. 12.3 - Limiting Reagent and Percent Yield
Presentation
•
9th - 11th Grade
10 questions
Diabetes Mellitus
Presentation
•
KG
12 questions
Food Web
Presentation
•
9th - 12th Grade
9 questions
Всемирный день интернета
Presentation
•
9th - 12th Grade
12 questions
Graphing Linear Inequalities Review
Presentation
•
9th - 12th Grade
11 questions
KARATE : HIDEYUKI ASHIHARA
Presentation
•
9th - 12th Grade
10 questions
Volume of Prisms and Cylinders
Presentation
•
9th - 12th Grade
10 questions
Operators in Python
Presentation
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
5.P.1.3 Distance/Time Graphs
Quiz
•
5th Grade
10 questions
Fire Drill
Quiz
•
2nd - 5th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
15 questions
Hargrett House Quiz: Community & Service
Quiz
•
5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
Discover more resources for Other
12 questions
Digital Ethics Challenge
Quiz
•
10th Grade
10 questions
Cell Organelles and Their Functions
Interactive video
•
6th - 10th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
10 questions
Exploring Basic Probability Concepts
Interactive video
•
6th - 10th Grade
32 questions
College Trivia
Quiz
•
9th - 12th Grade
18 questions
Informative or Argumentative essay
Quiz
•
5th Grade - University
20 questions
Women History Month
Quiz
•
6th - 12th Grade
20 questions
Figurative Language Review
Quiz
•
10th Grade