summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/html/withintext1html.html
blob: e74f7ff57d7b7651a70cd7c3184a98da413f51e3 (plain)
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
<!DOCTYPE html> 
 <html>
  <head>
   <meta charset=utf-8>
   <link href="withintext1htmlrules.xml" rel="its-rules"/>
   <title>Appaloosa</title>
  </head>
  <body>
   <section itemscope>
    <span itemprop="keyword">horse</span>
    <span itemprop="keyword">appaloosa</span>
   </section>
   <p itemscope>
   The Appaloosa
    <cite>
   The name comes from "Palouse horse" in reference to the Palouse River in Northern Idaho.
    </cite>
   are rugged horses originally breed by the
    <span itemprop="keyword">Nez-Perce</span>
   tribe in the US Northwest.
   </p>
   <p>
   They are often characterized by their spotted coats, as shown here:
    <img src="appaloosa.png" alt="Appaloosa horses"/>
   </p>
<!--footer-->
   <p>
   Copyright:
    <em>Zebulon Inc.</em>
   </p>
  </body>
 </html>