-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEntities.html
More file actions
executable file
·46 lines (30 loc) · 909 Bytes
/
Entities.html
File metadata and controls
executable file
·46 lines (30 loc) · 909 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
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3O//DTD WWW HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Entities -- /MarkUp</TITLE> <NEXTID
N="z3"></HEAD>
<BODY>
<H1>Entities</H1>
<P>The following entity names are used in <A
HREF="MarkUp.html" NAME="z1">HTML</A> , always prefixed by ampersand
(&) and followed by a semicolon as shown.
They represent particular graphic characters which have special
meanings in places in the markup, or may not be part of the character
set available to the writer.
<DL>
<DT>&lt;
<DD>The less than sign <
<DT>&gt;
<DD>The "greater than" sign >
<DT>&amp;
<DD>The ampersand sign &itself.
<DT>&quot;
<DD>The double quote sign "
<DT>&nbsp;
<DD>A non-breaking space.
</DL>
<P>Also allowed are references to any of the ISO Latin-1 alphabet,
using the entity names in the <A
REL="SUBDOCUMENT" HREF="ISOlat1.html" NAME="z2">following table</A>.
</BODY>
</HTML>