-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
27 lines (27 loc) · 841 Bytes
/
Copy pathmain.html
File metadata and controls
27 lines (27 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="divTP1">
Le <strong>World Wide Web Consortium</strong>, abrégé par le sigle <strong>W3C</strong>, est un
<a href="http://fr.wikipedia.org/wiki/Organisme_de_normalisation" title="Organisme de
normalisation">organisme de standardisation</a> à but non-lucratif chargé de promouvoir la
compatibilité des technologies du <a href="http://fr.wikipedia.org/wiki/World_Wide_Web" title="World
Wide Web">World Wide Web</a>.
</div>
<div id="divTP2">
<p>Langages basés sur ECMAScript :</p>
<ul>
<li>JavaScript</li>
<li>JScript</li>
<li>ActionScript</li>
<li>EX4</li>
</ul>
</div>
<script src="test.js"></script>
</body>
</html>