-
HTML是谁发明的
Tim Berners-Lee -
HTML 起手应该写什么
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Document</title> </head> <body></body> </html>
-
常用的表章节的标签有哪些,分别是什么意思
标题 h1-h6
章节 section
文章 article
段落 p
头部 header
脚部 footer
主要内容 main
旁支内容 aside
划分 div -
全局属性有哪些
class
contenteditable
hidden
id
style
tabindex
title -
常用的内容标签有哪些,分别是什么意思
ol + li 有序列表
ul + li 无序列表
dl + dt + dd 描述列表
pre 可以使用多个空格
hr 分隔线
br 换行
a 链接
em 强调
strong 强调
code 可以插入代码
quote 引用
blockquote 块级引用
HTML入门笔记1
最新推荐文章于 2021-06-16 03:43:06 发布