HTML
HTML代码模板
HTML 基本文档
<!DOCTYPE html>
<html>
<head>
<title>文档标题</title>
</head>
<body>
可见文本...
</body>
</html>基本标签(Basic Tags)
<h1>最大的标题</h1>
<h2> . . . </h2>
<h3> . . . </h3>
<h4> . . . </h4>
<h5> . . . </h5>
<h6>最小的标题</h6>
<p>这是一个段落。</p>
<br> (换行)
<hr> (水平线)
<!-- 这是注释 -->文本格式化(Formatting)
链接(Links)
图片(Images)
样式/区块(Styles/Sections)
无序列表
有序列表
定义列表
表格(Tables)
框架(Iframe)
表单(Forms)
实体(Entities)
最后更新于
这有帮助吗?