标签:知识 文本格式 tle sub com 字体 格式 family 基础知识
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>标题</title>
</head>
<body>
<h1>h1标题</h1>
<hr>
<p>段落标签</p>
<a href="https://www.baidu.com">百度链接</a><br>
<!--img图像标签-->
<img src="2.gpg" width="250" height="38">
</body>
</html>
---------------------------------------------------------
2.html通用属性
class:定义一个类名;
id:定义元素唯一的id;
style:规定元素的样式;
title:描述元素的额外信息;
--------------------------------
3.文本格式
<b>加粗文本</b><br>
<i>斜体文本</i>
1<sub>下标</sub>2<sup>上标</sup>
<big>字体放大</big>
<small>缩小</small>
<pre>
预定一个式文本
123
</pre>
<del>删除字效果</del>
标签:知识 文本格式 tle sub com 字体 格式 family 基础知识
原文地址:https://www.cnblogs.com/qiaozhiming123/p/12901734.html