web(html运行)设置字体大小、样式及字体名称

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>CSS列表属性综合应用</title>
 <style type="text/css">
     h3{text-align: center;color: #3300ff;}
     hr{color: #660066;}
     #p1{font-size: 20px;font-style: normal;font-family: 宋体;}
     #p2{font-size: 200%;font-style: italic;font-family: 楷书,隶书;}
     #p3{font-size:x-small;font-style: oblique;font-family: 楷书,宋体;}
     #p4{font-size:xx-large;font-style: oblique;font-family: 黑体,隶书,楷体_gb2312;}
 </style>
</head>
<body>
<h3>设置字体大小、样式及字体名称</h3>
<hr>
<p id="p1">字号大小20px、字体正常、宋体</p>
<p id="p2">字号大小200%、字体斜体、隶书</p>
<p id="p3">字号大小x-small、字体歪斜体、宋体</p>
<p id="p4">字号大小xx-large\字体歪斜体、黑体</p>
</body>
</html>

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值