PhoneGap 布局(一)
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<html>
<style>
#F1{
color: navy;
background: lime;
}
#F2{
color: red;
background: lime;
}
</style>
<body style="background-color:PowderBlue;">
<h1>Look! Styles and colors公子白</h1>
<p style="font-family:verdana;color:red">
This text is in Verdana 大哥大and red</p>
<p style="font-family:times;color:green">
This text is in Times and 帅哥green</p>
<p style="font-size:30px">This text is 30你知道吗 pixels high</p>
<a name="tips">Useful Tips Section</a>
<a href="#tips">Visit the Useful Tips Section</a>
<P ID="F1">这是第一个</P>
<P ID="F2">这是第二个</P>
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
</body>
</html>
相关新闻>>
- PhoneGap API中文帮助文档——Geolocation(地理位置)
- PhoneGap API中文帮助文档——Camera (摄像头)
- PhoneGap API中文帮助文档——Accelerometer (加速度计)
- PhoneGap API中文帮助文档——File(文件)
- PhoneGap API中文帮助文档——Events(事件)
- PhoneGap API中文帮助文档——Device(设备)
- PhoneGap API中文帮助文档——Connection(连接)
- PhoneGap API中文帮助文档——Capture (采集)
- PhoneGap API中文帮助文档——Compass(罗盘)
- PhoneGap WP7 Mango 开发环境搭建
- 发表评论
-
- 最新评论 更多>>