File: test.html

package info (click to toggle)
pyquery 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: python: 2,768; makefile: 128; xml: 9; sh: 4
file content (9 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
<html>
<body>
<p class="hello" id="hello">Hello world !</p>

<p id="test">
hello <a href="http://python.org">python</a> !
</p>
</body>
</html>