Return to Snippet

Revision: 53959
at December 3, 2011 11:49 by tpryan


Initial Code
<section data-role="page" id="second" >
	<header data-role="header">
		<h1>Second Page</h1>
	</header>
	<article data-role="content">
		<p>Hey! Here's more</p> 
	</article>
	<footer data-role="footer">
		<h1>Second Page</h1>
	</footer>
</section>

Initial URL


Initial Description
An example of a more semantic version of jQuery Mobile.

Initial Title
jQuery Mobile with Semantic Elements

Initial Tags
jquery, mobile, html5

Initial Language
HTML