<! DOCTYPEHTML> <!--Themes--<HTML> <Headlang="en"> <Metacharset="UTF-8"> <!--width is the width of the device, scaling 1.0, which means no scaling--<Metaname="Viewport"content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"name="Viewport"> <title></title> <!--jquerymobile must rely on 3 library files---<Scriptsrc="Jquery-2.1.4.min.js"></Script> <Scriptsrc="Jquery.mobile-1.4.5.min.js"></Script> <Linkhref="Jquery.mobile-1.4.5.min.css"rel="stylesheet"type="Text/css"> </Head> <Body> <!--Create a page--<Divdata-role="Page"> <!--theme Data-theme= "A" white, ata-theme= "a" black--and <Divdata-role="Header"data-theme="B"> <H1>hello</H1> </Div> <Divdata-role="Content"> <ahref="#"data-role="button"> button </a> </Div> <Divdata-role="Footer"data-theme="B"> <H1>welcome</H1> </Div> </Div> </Body>
</HTML>
SOURCE Download:
http://download.csdn.net/download/zhaihaohao1/9164935