summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/html/withintext3html.html
blob: 487227e26a300e932e1160b3b75aa54d28b2cfc0 (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="withintext3htmlrules.xml" rel="its-rules"/> 
   <title>Appaloosa</title> 
  </head> 
  <body> 
   <section itemscope>
    <span itemprop="firstkeyword">horse</span> 
    <span itemprop="secondkeyword">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>