Which is an example of embedded/internal style sheet? Options: <h1 style="font-color: navy">Special NoteN</h1>, <head><style>body{ background-color: green; }</style></head>, body { background-color: green; }

Web Review 2

Flashcard
•
Other
•
10th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
<head><style>body{ background-color: green; }</style></head>
Answer explanation
2.
FLASHCARD QUESTION
Front
Which of the following are attributes? src, href, class, id,, body, a, h2, img, br, target
Back
src, href, class, id,
3.
FLASHCARD QUESTION
Front
Which is an example of an external style sheet css code? Options: <h1 style="font-color: navy">Special NoteN</h1>, <head><style>body{ background-color: green; }</style></head>, body { background-color: green; }
Back
body { background-color: green; }
Answer explanation
4.
FLASHCARD QUESTION
Front
Which property is used to change the font for an element? Options: Text, Font-family, Text-font, Font
Back
Font-family
5.
FLASHCARD QUESTION
Front
Which of the following tags are new Semantic HTML5 tags? table, img, div, form, header, aside, nav, footer,
Back
header, aside, nav, footer,
6.
FLASHCARD QUESTION
Front
When creating a selector for a CSS class, what goes before the name of the class?
Back
. (dot)
7.
FLASHCARD QUESTION
Front
The tag does what?
Back
Inserts a picture