init
This commit is contained in:
33
Html-Notes/02-行内标签.html
Normal file
33
Html-Notes/02-行内标签.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- 网页 -->
|
||||
|
||||
<head>
|
||||
|
||||
<!-- 网页设置 -->
|
||||
|
||||
<title>网页栏标题</title>
|
||||
|
||||
<link rel="icon" href="_sitegray/_sitegray_d.css"/>
|
||||
<!-- rel="icon" 设置网页小图标 -->
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<!-- 设置文件编码格式 -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><b>【第一章】</b> <strong>人之初</strong>,<br>性本善.性相近,习相远,苟不教,性乃迁。
|
||||
<span>教之道,贵以专。昔孟母,择邻处。子不学,</span>
|
||||
<i>【译文】</i> </p>
|
||||
|
||||
<!-- b strong 加粗
|
||||
br(单标签) 回车换行
|
||||
i em 倾斜标签
|
||||
span 朴素的行内标签
|
||||
-->
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user