码迷,mamicode.com
首页 > Web开发 > 详细

CSS学习(二)

时间:2018-07-08 23:04:03      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:font   pre   9.png   ext   type   ima   code   html   .com   

技术分享图片

<!DOCTYPE html>
<html>
    <head>
        <meta charset="{CHARSET}">
        <title></title>
        <style type="text/css">
            h1{font-family: "微软雅黑";font-size:larger}
            p{font-family: arial;}
        </style>
    </head>
    <body>
        <h1>CSS样式表CSS样式表CSS样式表CSS样式表CSS样式表CSS样式表</h1><br />
        <p>CSS目前最新版本为CSS3CSS目前最新版本为CSS3CSS目前最新版本为CSS3CSS目前最新版本为CSS3CSS目前最新版本为CSS3CSS目前最新版本为CSS3</p>
    </body>
</html>

 

CSS学习(二)

标签:font   pre   9.png   ext   type   ima   code   html   .com   

原文地址:https://www.cnblogs.com/XJJD/p/9281435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!