OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / html5 / html4 / acronym5.html
1 <!DOCTYPE HTML>
2 <html>
3  <head>
4 <meta charset="UTF-8">
5   <title>
6    acronym
7   </title>
8   <style>
9   strong { color: red }
10   </style>
11  </head>
12  <body>
13   <p>An acronym for the World Wide Web is <strong>
14    <acronym title="World Wide Web">WWW</acronym></strong>
15   </p>
16   <p>This file contains <strong>&lt;acronym title=&quot;World Widw Web&quot;&gt;WWW&lt;/acronym&gt;</strong>
17   </p>
18  <p>The 'experimental' Nu Markup Checker flags this as an <strong>ERROR</strong> with the string <strong>
19   &quot;Error: The acronym element is obsolete. Use the abbr element instead.&quot;</strong>
20  </p>
21  </body>
22 </html>
23