首页 > 其他分享 >HTML

HTML

时间:2023-02-26 10:13:04浏览次数:30  
标签:family height HTML line font 24px size

<!dortype html>
<html>
<head>
<title>
字体
</title>
</head>
<body>
<style>





.font h1{
font-family:"草书";



}
.font h3{
	font-family:"甲骨文";
}
.font p{
	font-size:14px;
	line-height:24px;
	text-indent:24px;
	font-family:"楷体";
}
.new{
	font-size:50;
	color:#f00;
}
.js{
	font-size:50;
        color:#f00;
}
.new1{
	font-wiigth:23px;
	line-height:24px;
	font-style:italic;
	font-family:"草书";
}
.js1{
	font-wiigth:23px;
	line-height:24px;	
	font-family:"楷体";
	font-weight:bold;
}



</style>
<div class="font">
<h1>
字体简版
</h1>
<h3>
对符合非共和国工会
</h3>
<img src="https://img95.699pic.com/photo/40005/5313.jpg_wh300.jpg"></img>
<p><spen class="new">撒</spen><spen class="new1">娇欧根纱国家和负压我子无反应维护费撒ufiwefjhwafgiwu</spen></p>
<p><spen class="js">是</spen><spen class="js1">胜多负少的高富帅瑞国</spen></p>
</div>










</body>
</html>

  

<!dortype html> 字体

字体简版

对符合非共和国工会

撒娇欧根纱国家和负压我子无反应维护费撒ufiwefjhwafgiwu

是胜多负少的高富帅瑞国

标签:family,height,HTML,line,font,24px,size
From: https://www.cnblogs.com/As10016/p/17156172.html

相关文章

  • django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html
    django.template.exceptions.TemplateDoesNotExist:rest_framework/api.html报错,使用postman进行提交请求是能正常调用的,但是使用浏览器就会抛出这个错误这是因为没在set......
  • HTML--字体
    <!docpytehtml><html><head><title>字体</title></head><style>.fonth1{font-family:"楷体";}.fonth3{font-wiight:30px;font-heigh:30px;......
  • 浏览器如何渲染一个 html 文件?
    浏览器如何渲染一个html文件14KB规则,具体的看MDN的解释:https://developer.mozilla.org/zh-CN/docs/Web/Performance/How_browsers_work#tcp_慢启动_14kb_规则大概......
  • HTML
    <!doctypehtml><html> <read> <title>字体排版</title> </read> <body> <div> <h1>给设计师:字体排版才是网页的最基础</h1> <imgsrc="https://nim-nosdn.neteas......
  • HTML
    HTML笔记大纲1基本介绍HTML元素1.级别容器级<div></div>内部可存放任意内容文本级<p></p>只能存放文字或类似文字的内容2.元素对空白不敏感(即可通......
  • HTML5的WebSocket使用
    index.html(客户端)1<!DOCTYPEhtml>2<htmllang="en">3<head>4<metacharset="UTF-8"/>5<metaname="viewport"content="width=device-width......
  • HTML个人简介
    <html><head><title>个人简介</title></head><body> <h1>个人简历</h1> <imgsrc="https://mailh.qiye.163.com/js6/s?_host=mailh.qiye.163.com&func=mbox%3AgetMe......
  • html
    <html><hand><title>简历</title><str/></hand><body><h1>个人简历</h1><imgsrc="https://mailh.qiye.163.com/j......
  • HTML语义化
    原文链接:​  ​https://note.noxussj.top/?source=51cto​​什么是语义化?​​​​简单了来说就是,当网页去掉CSS样式时,页面能呈现出来清晰的结构。语义化的核心作用:提升......
  • 通过readwise阅读本地html文件
    ReadwiseReader是目前用的最顺手的网络阅读标注工具了,但很遗憾不支持本地html文件的上传阅读。如何实现在Reader中阅读本地html文件呢?思路:Reader支持pdf格式,可将本地h......