File: html.txt

package info (click to toggle)
libtext-markup-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: perl: 870; python: 178; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
 html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" >
  <head>
    <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
    <title>Hi There</title>
  </head>
  <body>
    <h1>The Header</h1>
    <p>This is the body. I mean a paragraph in the body.</p>
  </body>
</html>