HTML CSS

HTML CSS

9th - 12th Grade

42 Qs

quiz-placeholder

Similar activities

HTML div span ID class

HTML div span ID class

12th Grade

41 Qs

Web Design Final Review

Web Design Final Review

10th - 12th Grade

45 Qs

Web Production Basics

Web Production Basics

12th Grade

38 Qs

مراجعة عامة تصميم موقع ويب

مراجعة عامة تصميم موقع ويب

11th Grade

37 Qs

ICS3U - Exam final - Révision

ICS3U - Exam final - Révision

11th Grade

40 Qs

HTML

HTML

8th - 10th Grade

43 Qs

ECS Semester 1 Review 24/25

ECS Semester 1 Review 24/25

9th - 12th Grade

45 Qs

HTML imagini, linkuri, liste, tabele

HTML imagini, linkuri, liste, tabele

9th Grade

45 Qs

HTML CSS

HTML CSS

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ermanno Francesco Sannini

Used 6+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Cosa accade se con word scrivo
<table border="2">
<tr>
<td > A </td>
<td > B </td>
 </tr>
<tr>
<td> C </td>
<td> D </td>
</tr>
</table>
e salvo il documento in formato docx?
Non rispondo (zero punti)
Quando apro il documento con word vedo i tag che ho scritto
Quando apro il documento con word vedo una tabella
Quando apro il documento con word ottengo un errore

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

E’ possibile avere in una pagina html un'immagine che linka un file audio?
Non rispondo (zero punti)
Sì, sempre
No, mai
Dipende dal formato del file audio

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Qual é il numero totale delle celle?
<table border="1">
<tr>
<td rowspan="2"> A </td>
<td colspan="3"> B </td>
</tr>
<tr>
<td> C </td>
<td> D </td>
<td> E </td>
</tr>
</table>
Non rispondo (zero punti)
5
4
8

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Quali dei seguenti tag é SBAGLIATO
Non rispondo (zero punti)
<input type="reset" value="Resetta"/>
<input type="resetta" value="Reset"/>
<input type="reset" value=" "/>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Per visualizzare correttamente le vocali accentate è necessario:

impostare le preferenze del browser sulla lingua

impostare le preferenze sel sistema operativo sulla lingua

configurare la lingua usando il metodo lang="it"

specificare nella sezione head il charset utf-8

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

In XHTML è corretto il codice:

<img src="image1.jpg" alt="Description">

<img src='image1.jpg' alt='Description'>

<img src=image1.jpg alt=Description>

<img src=$image1.jpg alt=$Description>

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

In HTML5 è corretto il codice:

<img src="image1.jpg" alt="Description">

<img src='image1.jpg' alt='Description'>

<img src=image1.jpg alt=Description>

<img src=$image1.jpg alt=$Description>

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?