diff --git a/src/cours/CIEL1/04-web-statique/interro.md b/src/cours/CIEL1/04-web-statique/interro.md new file mode 100644 index 0000000..ec49188 --- /dev/null +++ b/src/cours/CIEL1/04-web-statique/interro.md @@ -0,0 +1,63 @@ +--- +puppeteer: + format: A4 + margin: + top: "0.1cm" + bottom: "0.1cm" + left: "0.5cm" + right: "0.5cm" +--- + +# Web - Interrogation de cours + +##### 1 - Expliquez ce que permet de faire le HTML, et quel est son rôle dans la création d'une page web + +``` + + + + +``` + +##### 2 - Compléter le code suivant pour avoir la structure de base d'un fichier HTML + +```html + + +<.......... lang="en"> + +<..........> + + +