2010-10-13 17:43:45 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Docs - Content formatting< / title >
2010-10-23 13:01:31 +00:00
< link rel = "stylesheet" href = "../../themes/default" / >
2010-10-13 17:43:45 +00:00
< script type = "text/javascript" src = "../../js/all" > < / script >
< script type = "text/javascript" src = "../docs/docs.js" > < / script >
< / head >
< body >
< div data-role = "page" data-theme = "b" >
2010-10-15 20:15:58 +00:00
< div data-role = "header" data-theme = "b" >
2010-10-13 21:39:54 +00:00
< h1 > Content formatting< / h1 >
2010-10-13 17:43:45 +00:00
< / div > <!-- /header -->
< div data-role = "content" >
2010-10-16 02:05:07 +00:00
< p > The content of pages in jQuery Mobile is completely open-ended, but the jQuery Mobile framework provides a number of helpful tools and widgets — such as collapsible panels and multiple-column grid layouts — to make it easy to format your content for mobile devices.< / p >
2010-10-13 17:43:45 +00:00
< ul data-role = "listview" data-inset = "true" >
2010-10-13 18:14:40 +00:00
< li > < a href = "content-html.html" > Basic HTML styles< / a > < / li >
2010-10-13 21:39:54 +00:00
< li > < a href = "content-grids.html" > Layout grids (columns)< / a > < / li >
< li > < a href = "content-collapsible.html" > Collapsible content blocks< / a > < / li >
< li > < a href = "content-themes.html" > Theming content< / a > < / li >
2010-10-16 02:48:09 +00:00
<!-- <li><a href="api - content.html">API documentation</a></li> -->
2010-10-13 17:43:45 +00:00
< / ul >
< / div > <!-- /ui - body wrapper -->
< / div > <!-- /page -->
< / body >
2010-10-16 02:48:09 +00:00
< / html >