SMALL QUIZ HTML/CSS

SMALL QUIZ HTML/CSS

Professional Development

8 Qs

quiz-placeholder

Similar activities

React-Estilos

React-Estilos

Professional Development

9 Qs

Cuestionario sobre Lenguajes de Marcas

Cuestionario sobre Lenguajes de Marcas

Professional Development

10 Qs

เก็บคะแนนหน่วยที่ 1 ความรู้พื้นฐานเกี่ยวกับการสร้างเว็บไซต์

เก็บคะแนนหน่วยที่ 1 ความรู้พื้นฐานเกี่ยวกับการสร้างเว็บไซต์

Professional Development

10 Qs

Video: Evolución de HTML

Video: Evolución de HTML

Professional Development

10 Qs

DIAGNOSTICO DISEÑO WEB

DIAGNOSTICO DISEÑO WEB

Professional Development

10 Qs

File Types

File Types

KG - Professional Development

12 Qs

CSS Quiz 2

CSS Quiz 2

University - Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

11 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