wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Master Arabe S2 HTML/CSS

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Que signifie HTML ?

a)

Hyper Tool Markup Language

b)

HyperText Markup Language

c)

HighText Machine Language

d)

Hyper Transfer Mark Language

2.

Quelle balise (tag) sert à insérer une image ?

a)

<img>

b)

<image>

c)

<picture>

d)

<media>

3.

Quelle est la balise correcte pour faire un retour à la ligne ?

a)

<br>

b)

<lb>

c)

<break>

d)

<return>

4.

Quelle est la structure de base d’une page HTML ?

a)

<html> <head> <title> </title> <body> </body> </head> </html>

b)

<html> <title> <head> <body> </body> </head> </title> </html>

c)

<html> <head> </head> <body> </body> </html>

d)

<body> <head> <html> </html> </head> </body>

5.

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

a)

<a>

b)

<link>

c)

<href>

d)

<url>

6.

Quelle est la balise (tag) pour créer une liste non ordonnée ?

a)

<ol>

b)

<ul>

c)

<li>

d)

<list>

7.

Quelle balise utilise-t-on pour créer un tableau ?

a)

<table>

b)

<tab>

c)

<td>

d)

<tbl>

8.

À quoi sert la balise <title> ?

a)

À mettre un titre dans la page

b)

À afficher le titre dans l’onglet du navigateur

c)

À changer le nom du fichier

d)

À créer un bouton

9.

Que signifie CSS ?

a)

Computer Style Sheet

b)

Cascading Style Sheets

c)

Creative Style Sheets

d)

Central Styling Structure

10.

Quelle propriété CSS change la couleur du texte ?

a)

color

b)

text-color

c)

font-color

d)

background

11.

Comment relier un fichier CSS à un document HTML ?

a)

<script src="style.css">

b)

<css>style.css</css>

c)

<link rel="stylesheet" href="style.css">

d)

<style>style.css</style>

12.

Quelle propriété CSS permet de centrer un texte ?

a)

text-style: center;

b)

text-align: center;

c)

align-text: center;

d)

center: text;

13.

Comment sélectionne-t-on une classe en CSS ?

a)

#maClasse

b)

.maClasse

c)

maClasse

d)

*maClasse