APL 1.2
This commit is contained in:
16
HTML/TP01/Exercice1.html
Normal file
16
HTML/TP01/Exercice1.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>Le W3C</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Le W3C</h1>
|
||||
|
||||
<p>Le <abbr title="World Wide Web Consortium">W3C</abbr> est un consortium créé le <time datetime="1994-10-01">1<sup>er</sup> octobre 1994</time> par Tim Berners-Lee, principal
|
||||
inventeur du <em>World Wide Web</em> en <time datetime="1989">1989</time>, pour promouvoir la compatibilité et donc
|
||||
la normalisation des technologies du World Wide Web. Avant le W3C, c'était l'<abbr title="Internet Engineering Task Force">IETF</abbr>,
|
||||
un autre organisme important de l'Internet, qui était en charge de cette mission.</p>
|
||||
|
||||
<p>Le W3C a par exemple standardisé les technologies <abbr title="HyperText Markup Language">HTML</abbr> et <abbr title="Extensible Markup Language">XML</abbr>.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user