Quarter 1 HTML & CSS Review

Quarter 1 HTML & CSS Review

Assessment

Flashcard

Other

KG - 12th Grade

Hard

Created by

Ashley Perez

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of these tags would display the largest text? Options: <p>, <h6>, <h2>, <h1>

Back

<h1>

2.

FLASHCARD QUESTION

Front

Which CSS property changes the color of text? Options: text-color, font-size, background-color, color

Back

color

3.

FLASHCARD QUESTION

Front

What is the difference between HTML and CSS?

Back

HTML gives a webpage structure. CSS provides styling.

4.

FLASHCARD QUESTION

Front

Where in your HTML document should you include the code <!DOCTYPE html>? Options: body section, doesn't matter, last line, first line

Back

first line

5.

FLASHCARD QUESTION

Front

What tag is used to link the CSS file to the HTML file? Options: <link>, <a>, <src>, <title>

Back

<link>

6.

FLASHCARD QUESTION

Front

How can you make a numbered list? Options: <list>, <ol>, <li>, <ul>

Back

<ol>

7.

FLASHCARD QUESTION

Front

How can you make a bulleted list? Options: <ol>, <ul>, <list>, <li>

Back

<ul>