读书人

PhoneGap 格局(一)

发布时间: 2012-09-10 22:20:13 作者: rapoo

PhoneGap 布局(一)
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>

读书人网 >移动开发

热点推荐