Tizen 2.0 Release
[samples/web/TizenWinset.git] / widgets / font-effect.html
1 <!DOCTYPE html>
2 <html>
3         <head></head>
4         <body>
5                 <div data-role="page" class="type-interior">
6                         <div data-role="header">
7                                 <h1>Font - TODO : Add more samples</h1>
8                                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
9                         </div>
10                         <!-- /header -->
11                         <div data-role="content">
12                                 <div class="content-primary">
13                                         <span><strong>bold</strong></span>
14                                         <br />
15                                         <span>normal</span>
16                                         <br />
17                                         <span><em>italic</em></span>
18                                 </div>
19                                 <!-- /content -->
20                         </div>
21                         <!-- /page -->
22                 </div>
23         </body>
24 </html>