3STI DC Théorique [PDF]

  • 0 0 0
  • Gefällt Ihnen dieses papier und der download? Sie können Ihre eigene PDF-Datei in wenigen Minuten kostenlos online veröffentlichen! Anmelden
Datei wird geladen, bitte warten...
Zitiervorschau

Devoir de contrôle N°1 Lycée khaznadar Professeur: S Ben Azzouz

Matière : STI Niveau: 3 Informatique

Date : 26 octobre 2021 Durée: 1h

Nom : …………………………..

Prénom :……………………………

Classe : 3 Info 3 G…..

Exercice1 (6 points) pour chacune des propositions suivantes, cocher la/les bonne(s) réponse(s) 1.

Parmi les choix suivants, quelle est la syntaxe CSS correcte ? {h1; color: red;}

h1 {color: red;}

{h1: color=red;}

h1: color=red;

2. Comment afficher une bordure comme celle-ci : La bordure supérieure = 10 pixels La bordure inférieure = 5 pixels La bordure gauche = 20 pixels La bordure droite = 1 pixel ?

3.

4.

border-width:10px 20px 5px 1px;

border-width:5px 20px 10px 1px;

border-width:10px 5px 20px 1px;

border-width:10px 1px 5px 20px;

Quelle est la propriété CSS qui permet de rendre le texte italique ? text-size

text-style

font-style

font-size

Que signifie HTML ? High Texting Methods and Languages

Hyper Text Markup Language

Hyperlinks and Text Making Language

1

Hyper Tool Markup Language

5.

6.

Quel est le code HTML qui permet d’insérer un lien vers la page HTML « index.html » ?

Accueil