File: invitation2.html

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (39 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Invitation (XSL/CSS formatting) </title>
<link href="invit.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>INVITATION</h1>
<table>
<tbody>
<tr>
<td class="front">To: </td><td>Anna, Bernard, Didier, Johanna</td>
</tr>
<tr>
<td class="front">When: </td><td>Next Friday Evening at 8 pm</td>
</tr>
<tr>
<td class="front">Venue: </td><td>The Web Cafe</td>
</tr>
<tr>
<td class="front">Occasion: </td><td>My first XML baby</td>
</tr>
</tbody>
</table>
<p>
I would like to invite you all to celebrate
the birth of <em>Invitation</em>, my
first XML document child.
</p>
<p>
Please do your best to come and join me next Friday
evening. And, do not forget to bring your friends.
</p>
<p>
I <em>really</em> look forward to see you soon!
</p>
<p class="signature">Michel</p>
</body>
</html>