translate3html.html (596B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>EXAMPLE</title> 6 <link href="translate3htmlrules.xml" rel="its-rules"> 7 </head> 8 <body> 9 <span translate="yes">The Life of a Simple Man</span> 10 <!-- 11 Note that the contents of <b> and <span> should end up *not* translatable with these settings 12 --> 13 <section title="section one"> 14 <h2>section one</h2> 15 <p> 16 Everything started when Zebulon discovered that he had a 17 <span>doppelgänger</span> 18 who was a serious baseball 19 <span>aficionado</span> 20 . 21 </p> 22 </section> 23 </body> 24 </html>