Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick ...
HTML标签那些事儿(上)
故事上篇,我们先概览一下HTML标签的大概全貌。
HTML:超文本标记语言——HyperText Markup Language,它描述并定义了一个网页的内容和基本布局。
HTML标签大全基础
标签
描述
!DOCTYPE
定义文档类型。
html
定义 HTML 文档。
title
定义文档的标题。
body
定义文档的主体。
h1~ ...