23 lines
462 B
XML
23 lines
462 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
<!DOCTYPE html
|
||
PUBLIC "-//ENS/Tuteurs//DTD TML 1//EN"
|
||
"tuteurs://DTD/tml.dtd">
|
||
<html>
|
||
<head>
|
||
<title>Web</title>
|
||
</head>
|
||
<body>
|
||
|
||
<h1>Le Web</h1>
|
||
|
||
<p>Dans cette partie, nous parlerons de tout ce qui touche au <em
|
||
lang="en">World Wide Web</em> : navigateurs, langage HTML,
|
||
nétiquette...</p>
|
||
|
||
|
||
<div class="metainformation">
|
||
Auteur : Marie-Lan Nguyen. Dernière modification le 2002-12-09.
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|