File: iter2.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 857; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<div>
	Here are the type of people you meet at XYZ, inc:
	<dl>
		<dt>Artist</dt>
		<dd>A person who draws blood.</dd>
		<dt>Musician</dt>
		<dd>A clone of Iggy Pop.</dd>
		<dt>Poet</dt>
		<dd>A relative of Edgar Allan Poe.</dd>
	</dl>
</div>