SMALL QUIZ HTML/CSS

SMALL QUIZ HTML/CSS

Professional Development

8 Qs

quiz-placeholder

Similar activities

FSW - Web Layout and Responsive Design

FSW - Web Layout and Responsive Design

Professional Development

8 Qs

Flexbox

Flexbox

Professional Development

6 Qs

HTML Tables and Layout Using Flexbox and Grid

HTML Tables and Layout Using Flexbox and Grid

Professional Development

8 Qs

FrontEnd: Primeiros Passos

FrontEnd: Primeiros Passos

Professional Development

10 Qs

Angular quizz

Angular quizz

Professional Development

11 Qs

FLEXBOX

FLEXBOX

Professional Development

10 Qs

HTML_2

HTML_2

Professional Development

9 Qs

HTML-CSS - Fundamentos

HTML-CSS - Fundamentos

Professional Development

10 Qs

SMALL QUIZ HTML/CSS

SMALL QUIZ HTML/CSS

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ishami gaelle

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which property would you use to center items vertically within a flex container?

justify-content: center

align-items: center

flex-wrap: wrap

display: inline-flex

flex-direction: column

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

If you want each item in a flex container to take up an equal amount of space, which property should you use?

flex: 1

justify-content: space-between

align-items: center

flex-direction: row

display: inline-flex

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which image format is best for lossless compression and preserving transparency in web portfolios?

JPEG

BMP

PNG

GIF

SVG

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which CSS property would you use to make an image scale proportionally to fit within a responsive layout?

width: auto; height: 100px;

max-width: 100%; height: auto;

object-fit: contain;

min-height: 100%;

border-radius: 50%

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following image formats is vector-based and best suited for logos and icons?

PNG

JPEG

GIF

SVG

TIFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which HTML attribute should you add to an input element to ensure it requires a valid email address?

type="text"

type="url"

required

type="email"

value="example@email.com"

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which input type would you use for a user to select a date in a contact form?

text

checkbox

radio

date

submit

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

If you want your portfolio to be accessible to screen readers, which of these practices is recommended?

Using

tags instead of

tags for headings

Using semantic HTML elements like

,
, and

Setting all font sizes to pixels

Only styling the page with CSS and no HTML

Avoiding alt text for images