wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Qu'est-ce que HTML ?

What is HTML?

a)

Un langage de programmation

A programming language

b)

Un langage de balisage

A markup language

c)

Un logiciel

Software

2.

Quelle balise HTML est utilisée pour créer un paragraphe ?

Which HTML tag is used to create a paragraph?

a)

<head>

b)

<p>

c)

<h1>

3.

Quelle balise est utilisée pour le titre de la page affiché dans le navigateur ?

Which tag is used for the page title displayed in the browser?

a)

<body>

b)

<h1>

c)

<title>

4.

C'est quoi la première balisse dans un fichier html ?

What's the first markup in an html file?

a)

<!DOCTYPE html>

b)

<head>

c)

<html>

d)

<doctype>

5.

Quelle balise suit généralement la déclaration <!DOCTYPE html> dans un fichier HTML ?

Which tag usually follows the <!DOCTYPE html> declaration in an HTML file?

a)

<head>

b)

<body>

c)

<html>

d)

<title>

6.

Quelle balise est utilisée pour le contenu principal de la page web ?

Which tag is used for the main content of the web page?

a)

<main>

b)

<div>

c)

<section>

d)

<body>

7.

Quelle balise HTML est utilisée pour le plus grand titre ?

Which HTML tag is used for the largest title?

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h6>

8.

Quelle balise HTML est utilisée pour du texte en italique ?

Which HTML tag is used for italicized text?

a)

<i>

b)

<italic>

c)

<ital>

9.

Quelle balise HTML est utilisée pour du texte en gras ?

Which HTML tag is used for bold text?

a)

<g>

b)

<b>

c)

<bold>

d)

<strong>

10.

Quelle balise HTML est utilisée pour un texte barré indiquant une suppression ?

Which HTML tag is used for strikethrough text indicating deletion?

a)

<del>

b)

<s>

c)

<remove>

11.

Quelle balise HTML est utilisée pour du texte souligné ?

Which HTML tag is used for underlined text?

a)

<ins>

b)

<underline>

c)

<insert>

12.

Quelle balise HTML est utilisée pour marquer du texte en jaune ?

Which HTML tag is used to mark text in yellow?

a)

<highlight>

b)

<mark>

c)

<h1>

13.

Quelle balise HTML est utilisée pour du texte en exposant ? (supérieur)

Which HTML tag is used for superscript text? (top)

a)

<sup>

b)

<exp>

c)

<sub>

d)

<high>

14.

Quelle balise HTML est utilisée pour du texte en indice ? (inférieur)

Which HTML tag is used for subscripted text? (lower)

a)

<sup>

b)

<sub>

c)

<low>

d)

<ind>

15.

C'est quoi l'abréviation de HTML?

What does HTML stand for?

a)


Hypertext Markup Language

b)


Hyper Markup Language

c)


Hypertext Main Language

16.

C'est quoi l'abréviation du CSS?

What does CSS stand for?

a)

Cascading Style Sheets

b)

Cascade Style Sheets

c)

Cascading Sheets

17.

Qu'est-ce que la propriété 'width' ?

What is the ‘width’ property?

a)

La propriété 'width' ajuste la hauteur d'un élément.

The ‘width’ property adjusts the height of an element.

b)

La propriété 'width' contrôle la marge d'un élément.


The 'width' property controls an element's margin.

c)

La propriété 'width' détermine la largeur d'un élément.

The ‘width’ property determines the width of an element.

d)

La propriété 'width' définit la couleur d'un élément.

The ‘width’ property defines the color of an element.

18.

Quelle est la balise HTML correcte pour insérer une image ?

What is the correct HTML tag for inserting an image?

a)


<img src="">

b)


<image src="">

c)

<picture>

d)


<img link="">

19.

Quelle balise HTML est utilisée pour ajouter une vidéo à une page web ?

Which HTML tag is used to add a video to a web page?

a)

<clip>

b)

<video>

c)


<film>

20.

Quelle syntaxe est correcte ?

Which syntax is correct?

a)


<a src="www.site.com">Lien</a>

b)


<a link="www.site.com">Lien</a>


c)

<a href="www.site.com">Lien</a>


21.

Quelle syntaxe est correcte ?

Which syntax is correct?

a)


<img alt="Logo" width="100px" src="logo.png">

b)


<img href="logo.png">

c)


<image src="logo.png" size="100">

22.

Quel attribut permet d'afficher les boutons de lecture ?

Which attribute displays the playback buttons?

a)

controls

b)

autoplay

c)

buttons

23.

Quel est le résultat de ce code : <a href="https://www.example.com">Cliquez ici</a>

What is the result of this code: <a href="https://www.example.com">Click here</a>

a)


Affiche un lien avec le texte "https://www.example.com".

Displays a link with the text “https://www.example.com”.

b)

affiche l'adresse web directement sur la page.

displays the web address directly on the page.

c)

Affiche un lien avec le texte "Cliquez ici".

Displays a link with the text “Click here”.

24.

Quel attribut est utilisé pour spécifier une image de remplacement dans une balise <img> ?

Which attribute is used to specify a fallback image in an <img> tag?

a)

src

b)

alt

c)

fallback

25.

Quelle balise HTML est utilisée pour créer un lien hypertexte ?

Which HTML tag is used to create a hyperlink?

a)

<href>

b)

<link>

c)

<a>