File: center.html

package info (click to toggle)
netrik 1.16.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,164 kB
  • ctags: 618
  • sloc: ansic: 6,657; sh: 994; makefile: 169
file content (35 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (7)
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
<html><head></head>
<body>
   <center>
      <h1> heading </h1>
      <p>
	 first paragraph of text<br />
	 <a href="">with</a><br />
	 <a href="">links</a><br />
	 on individual lines
      </p>
      <p>
	 second paragraph contains a list
	 <ul title="someTitle">
	    <li id="someId" >
	       with one list item containing a
	       <hr noshade="noshade" />
	       rule,
	    </li> <li>
	       and another, containing a
	       <p>
		  paragraph and a <br />
		  blank row,
	       </p>
	    </li> <li>
	       and a third one;
	    </li>
	 </ul>
	 and finally some text after the list, also containing a
	 <hr noshade >
	 rule, and another one:
	 <hr noshade title="ruleTitle">
      </p>
   </center>
</body>
</html>