-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathfirst-letter2-desc.html
More file actions
39 lines (30 loc) · 1.1 KB
/
first-letter2-desc.html
File metadata and controls
39 lines (30 loc) · 1.1 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title>Long description for punctuation and drop cap example</title>
</head>
<body>
<h1>Long description for punctuation and drop cap example</h1>
<P>This diagram illustrates a drop cap layout using
the :first-letter pseudo-class. However, unlike the previous
diagram, the text begins with punctuation.
<P>There are 5 lines of text. The first line begins with a
large double quote mark (") followed by a
large, italic capital "A" that spans three lines. The rest of the text
flows around the '"A': the first three lines lie to its right
and the last two below it (aligned with the left
side of the double quote mark).
<P>In the following PRE element layout, the space occupied
by the "A" in the second and third lines is represented
by underscores (_):</P>
<PRE>
" A bird in
__ the hand
___ is worth
two in the bush,"
says an old proverb.
</PRE>
<P><a href="../../selector.html#img-first-letter2">Return to image.</a>
</body>
</html>