Organizing My Website Content using Flexbox

Organizing My Website Content using Flexbox

8th Grade

40 Qs

quiz-placeholder

Similar activities

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

gr9css4thqtr

gr9css4thqtr

9th Grade

45 Qs

CSD Unit 2 HTML

CSD Unit 2 HTML

7th - 8th Grade

36 Qs

ITAA Unit 4: exam

ITAA Unit 4: exam

9th - 12th Grade

39 Qs

HTML & CSS

HTML & CSS

7th - 8th Grade

40 Qs

CSS - Grade 10.

CSS - Grade 10.

10th Grade

35 Qs

Last exam Quiz

Last exam Quiz

6th - 8th Grade

40 Qs

Web Design Final Review

Web Design Final Review

10th - 12th Grade

45 Qs

Organizing My Website Content using Flexbox

Organizing My Website Content using Flexbox

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Brian Curran

Used 14+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Media Image

What does a

tag define in an HTML document?

A hyperlink

A division or section

A list item

A table row

2.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Media Image

What is the purpose of a

tag in an HTML file?

To create a hyperlink

To define a division or section

To insert an image

To add a list

3.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Where does a <div>

tag typically go in an HTML file?

Inside the header

Inside the body

Inside the class

Inside the paragraph

4.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

What is the primary function of the

tag in HTML?

It changes the appearance of text.

It groups block-level elements.

It adds color to the text.

It makes text bold.

5.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

How does content inside a

tag compare to content outside of it in terms of appearance?

Content inside a

is always italicized.

Content inside a

is always bold.

Content inside a

looks the same as content outside.

Content inside a

is always underlined.

6.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Why is a

element used in web development if it doesn't do anything on its own?

To add styling and layout to a webpage

To execute JavaScript functions

To store data in a database

To create animations

7.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

What is the purpose of using the

tag in HTML?

To create a hyperlink

To group code and easily style it with CSS

To insert an image

To add a table