File: t-urls.html

package info (click to toggle)
html2wml 0.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 816 kB
  • sloc: perl: 2,380; ansic: 56; makefile: 34; sh: 4
file content (36 lines) | stat: -rw-r--r-- 911 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<title>URLs tests</title>

<body>

<h1>URLs tests</h1>


<b>Http links</b> <br>

<a href="http://www.server.org/path/rep/doc.html?h=html&num=1#ref1">absolute link with path, file, query and fragment</a> <br>

<a href="http://www.server.org/path/rep/doc.html#ref1">absolute link with path, file and fragment</a> <br>

<a href="rep/doc.html?h=html#ref1">link with path, file, query and fragment</a> <br>

<a href="rep/doc.html#ref1">link with path, file and fragment</a> <br>

<a href="doc.html?h=html#ref2">link with file, query and fragment</a> <br>

<a href="doc.html#ref2">link with file and fragment</a> <br>

<a href="#ref2">internal link with fragment</a> <br>


<b>Other schemes</b> <br>

<a href="ftp://ftp.server.org/">go to a ftp directory</a> <br>

<a href="gopher://gopher.server.org/">go to a gopher directory</a> <br>

<a href="mailto:maddingue@free.fr">mail link</a> <br>


</body>
</html>