File: example.right.html

package info (click to toggle)
xmldiff 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 720 kB
  • sloc: python: 5,448; xml: 805; makefile: 213; sh: 16
file content (14 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>HTML Example</title>
</head>
<body>

<h1>My <i>First</i> Heading</h1>

<p>My paragraph has changed.</p>

</body>
</html>