当前位置:编程学习 > wap >>

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>

补充:移动开发 , 其他 ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,