File: CreateHTML_02b.html

package info (click to toggle)
libemail-mime-createhtml-perl 1.042-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 632; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>

<style type="text/css">
<!--
body {
  font-family: Verdana, Arial, sans-serif;
}

-->
</style>

</head>
<body>
<h1>Hello HTML World</h1>
<p>Look! a nice <img src="cid:" alt="landscape"></p>
<p>Look! the same <img src="cid:" alt="landscape">, I hope it was included only once in the mime object!</p>
<p>This <a href="http://www.w3c.org">link</a> (the w3c homepage) did not get rewritten as it is fully qualified.</p>
<p>This is the <img src="cid:123@bbc.co.uk" alt="end image"> again. Bye.</p>
</body>
</html>