Unit 4 Review

Unit 4 Review

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Clorina Lejulus

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which CSS framework is primarily used for responsive design?

Back

Bootstrap

2.

FLASHCARD QUESTION

Front

Which tag is used for an unordered list?

Back

<ul>

3.

FLASHCARD QUESTION

Front

What does the "type" attribute in a form input specify?

Back

It specifies the type of input (example, type="text" for a text field).

4.

FLASHCARD QUESTION

Front

What does the CSS color property do?

Back

It changes the color of text.

5.

FLASHCARD QUESTION

Front

How do you add a background image in CSS?

Back

background-image: url('image.jpg');

6.

FLASHCARD QUESTION

Front

What is the difference between a <q> tag and a <blockquote>

tag?

Back

<q> is used for inline quotes, while

<blockquote> is used for block-level (long) quotes.

7.

FLASHCARD QUESTION

Front

What CSS property controls the space inside an element (like around text)?

Back

padding

8.

FLASHCARD QUESTION

Front

Which tag would you use to reference and connect an external icon font library OR Bootstrap framework from a CDN?

Back

<link rel="stylesheet" href="sampleCDN.com/jihsdhuidbceucvb">

9.

FLASHCARD QUESTION

Front

Which class in Bootstrap gives you a responsive, fixed-width container?

Back

.container

Discover more resources for Computers