in Emulator under code is not work... <a> tag is not work... is it right??? any other way exist??
<body>
<div data-role="page">
<div data-role="header" data-position="fixed">
<h1>Single-page application </h1>
</div><!-- /header -->
<div data-role="content">
<p>This is a single page boilerplate template that you can copy to build your first Tizen Web UI Framework page.</p>
<a href="http://www.google.com">Google</a>
</div><!-- /content -->
</div><!-- /page -->
</body>
thank you for reading..