-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocument.htm
More file actions
35 lines (31 loc) · 770 Bytes
/
Document.htm
File metadata and controls
35 lines (31 loc) · 770 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
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<html>
<head>
<title>Les documents</title>
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
</head>
<body spellcheck="false">
<a href="./index.htm">index</a>
<div><h1>Les documents</h1>
<p>
L'éditeur peut contenir plusieurs documents accessible via les onglets. <br>
Ils ont leurs propres modules et zones html :
</p>
<ul>
<li>Source, Tabulation, Selection, ...</li>
<li>Curseur, Ligne courante, Numéros de ligne, ...</li>
</ul>
<!--
<div><h2>...</h2>
<p>...</p>
</div>
-->
<div><h2>Diagramme</h2>
<img src="diagram/Class.Document.gif">
</div>
</div>
<link rel="stylesheet" type="text/css" href="src/toc.css">
<script src="src/toc.js"></script>
<script> setTOC( "Document.htm" ) </script>
</body>
</html>