File: test.html

package info (click to toggle)
libhtml-stream-perl 1.60-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 666; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 355 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
<!DOCTYPE HTML>

<!-- Hi there! -->
<BODY>
<B><A HREF="http://www.perl.com/">Hi!</A></B><BR>
<IMG ALT="Foo!" SRC="foo.gif">
<IMG ALT="&lt;Bar!&gt;" FRING="&quot;hey!&quot;" SRC="goo.gif">

<P>This is a paragraph
of text!

How does&nbsp;this work... or &quot;this&quot;? &amp; this?

<UL>
   <LI>Eenica&gt;
   <LI>Meenica
   <LI>Mineamoica
</UL>

</BODY>