- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / page_cycler / basic_html.html
1 <html>
2 <body>
3
4 <h1>This is a heading</h1>
5 <h2>This is a smaller heading</h2>
6 <h3>This is an even smaller heading</h3>
7
8 <p>This is a very basic page.</p>
9
10 <a href="http://www.google.com">Google</a>
11
12 <p>
13 <font size="10" face="arial" color="blue">
14 We can use different fonts and colors!
15 </font>
16 </p>
17
18 <p><b><i>Different formats!<i><b><p>
19
20 <table border="3">
21 <tr>
22 <td>This</td>
23 <td>Is</td>
24 </tr>
25 <tr>
26 <td>A</td>
27 <td>Table!</td>
28 </tr>
29 </table>
30
31 <img src="animate2.gif" alt="RandomGifAnimation"/>
32
33
34
35 </body>
36 </html>