HTML--字体
<!docpyte html>
<html>
<head>
<title>字体</title>
</head>
<style>
.font h1{
font-family:"楷体";
}
.font h3{
font-wiight:30px;
font-heigh:30px;
font-family:"楷体";
}
.font p{
font-wiight:30px;
font-heigh:30px;
font-family:"楷体";
}
.font01{
color:red;
font-size:30;
}
.font02{
font-style:italic;
}
.font03{
font-wiight:30px;
font-heigh:30px;
font-family:"楷体";
font-weight:bold;
}
</style>
<body>
<div cless="news">
<h1>《春》</h1>
<h3>作者:朱自清</h3>
<img src="https://img.mianfeiwendang.com/pic/b1c677127465f3023381836682dd616a5d562af4/1-810-jpg_6-1440-0-0-1440.jpg"width="250px"height="150px">
<p><span class="font01">盼</span>望着,盼望着,东风来了,春天的脚步近了</p>
<p><span class="font02">一切都像刚睡醒的样子,欣欣然张开了眼。</span>山朗润起来了,水涨起来了,太阳的脸红起来了。</p>
<p><span class="font01">小</span>草偷偷地从土里钻出来,嫩嫩的,绿绿的。</span><span class="font03">偷地从土里钻出来,嫩嫩的,绿绿的。园子里,田野里,瞧去,一大片一大片
满是的。</span></p>
</body>
</html>


浙公网安备 33010602011771号