首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

PhoneGap 格局(一)

2012-09-10 
PhoneGap 布局(一) meta http-equivContent-type contenttext/html charsetutf-8htmlstyle#

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>

热点排行