HTML&CSS

HTML&CSS

2nd Grade

10 Qs

quiz-placeholder

Similar activities

What do you meme?

What do you meme?

2nd Grade

10 Qs

AV1/R1 2TEC_FE_AULA 05 A 21_Parâmetros de Requisições HTTP

AV1/R1 2TEC_FE_AULA 05 A 21_Parâmetros de Requisições HTTP

1st Grade - University

13 Qs

[2] Programmazione

[2] Programmazione

2nd Grade

12 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

Quiz di HTML

Quiz di HTML

2nd Grade

15 Qs

Latihan CSS

Latihan CSS

2nd Grade

13 Qs

A4 - Il linguaggi di programmazione C++ SELEZIONE

A4 - Il linguaggi di programmazione C++ SELEZIONE

2nd Grade - University

15 Qs

Lerne CSS

Lerne CSS

1st - 5th Grade

10 Qs

HTML&CSS

HTML&CSS

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

Paolo Galbiati

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quale tag HTML viene utilizzato per creare un link?

<href>

<link>

<a>

Answer explanation

Il tag HTML utilizzato per creare un link è <a>. Questo tag definisce un collegamento ipertestuale, mentre <href> è un attributo e <link> è usato per collegare risorse esterne, non per creare link.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Come si definisce un commento in CSS?

// commento

/* commento */

<!-- commento -->

Answer explanation

In CSS, i commenti si definiscono utilizzando la sintassi /* commento */. Questa forma consente di inserire note nel codice senza influenzarne l'esecuzione, a differenza delle altre opzioni che non sono valide per i commenti in CSS.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quale proprietà CSS si usa per cambiare il colore del testo?

text-style

font-color

color

Answer explanation

La proprietà CSS corretta per cambiare il colore del testo è 'color'. Le altre opzioni, 'text-style' e 'font-color', non sono valide in CSS.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Come si seleziona un elemento con class="esempio" in CSS?

#esempio

.esempio

@esempio

Answer explanation

.esempio è la sintassi corretta per selezionare un elemento con la classe 'esempio' in CSS. Il punto (.) indica che si sta selezionando una classe, mentre # indica un ID e @ non è una sintassi valida per la selezione.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quale tag HTML crea il titolo più grande?

<h6>

<heading>

<H1>

Answer explanation

Il tag <H1> crea il titolo più grande in HTML, mentre <h6> è il più piccolo. <heading> non è un tag HTML valido. Quindi, la risposta corretta è <H1>.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Come si imposta un colore di sfondo in CSS?

background-color

bg-color

color: background

Answer explanation

Il colore di sfondo in CSS si imposta utilizzando la proprietà 'background-color'. Le altre opzioni, come 'bg-color' e 'color: background', non sono valide. Quindi, la risposta corretta è 'background-color'.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Quale unità di misura CSS è relativa alla dimensione del viewport?

Answer explanation

L'unità di misura CSS 'vh' è relativa all'altezza del viewport. 1vh corrisponde all'1% dell'altezza totale del viewport, rendendola utile per layout responsivi.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?