Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>SVG, text, language...</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <style type="text/css">
6 body {
7 font-family: sans-serif;
8 font-size: 24px;
9 margin: 24px;
10 }
11 div {
12 height: 100px;
13 }
14 </style>
15 </head>
17 <body>
18 <div lang="en">
19 <p>Hello world, 你好吗?</p>
20 </div>
21 <div lang="en">
22 <p>Hello world, 你好吗?</p>
23 </div>
24 <div lang="en">
25 <p>Hello world, 你好吗?</p>
26 </div>
27 </body>
28 </html>