withintext3html.html (849B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <link href="withintext3htmlrules.xml" rel="its-rules"> 6 <title>Appaloosa</title> 7 </head> 8 <body> 9 <section itemscope> 10 <h2>keywords</h2> 11 <span itemprop="firstkeyword">horse</span> 12 <span itemprop="secondkeyword">appaloosa</span> 13 </section> 14 <p itemscope> 15 The Appaloosa 16 <cite> 17 The name comes from "Palouse horse" in reference to the Palouse River in Northern Idaho. 18 </cite> 19 are rugged horses originally breed by the 20 <span itemprop="keyword">Nez-Perce</span> 21 tribe in the US Northwest. 22 </p> 23 <p> 24 They are often characterized by their spotted coats, as shown here: 25 <img src="appaloosa.png" alt="Appaloosa horses"> 26 </p> 27 <!--footer--> 28 <p> 29 Copyright: 30 <em>Zebulon Inc.</em> 31 </p> 32 </body> 33 </html>