I made the page you're reading now with this very same tool! With jQueryMobile and a nudge you can copy/paste all kinds of interesting and useful things together. (You'll find a better "page-maker helper tool there too, but to see how code is "wrapped" use mine and then compare left and right panels. To be more authentic learn to use a tool like DiffMerge.
Dear Beginners, "A Web app is like a ship full of Matryoshka dolls!"
For best results try this page with a mobile browser, Chrome, Firefox, or Safari. Comment on my blog.
Basic content formatting
Page one paragraph. You will use lists and buttons
<ul><li>
List item</li></ul>
data-role="listview"
gets bold font and its own row<ul data-role="listview"><li>
List item</li></ul>
<li><a href="#">
List items inside an anchor gets an arrow and glows when you hover or click. Long text gets truncated with a ellipsis!</a></li>
<button>button coded as button</button>
<a>button coded as anchor</a>
<input type="submit" value="button"></input>
<a href="#Page03">Page 3</a>
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
<a data-ajax="false" href="buttons-icons.html" data-role="button">Icons</a>
<a data-ajax="false" href="buttons-inline.html" data-role="button">In-line</a>
<a data-ajax="false" href="buttons-grouped.html" data-role="button">Grouped</a>
<a data-ajax="false" href="buttons-themes.html" data-role="button">Theming</a>
</div>
<a target="_blank" href="https://_somewhere_outside_my_site/">Link or Button Text<a>
Link or Button Text
<a data-role="button" target="_blank" href="https://_somewhere_outside_my_site/">Link or Button Text<a> Link or Button Text