After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:Web front-end basics (what can we do by learning html and css)
html是标记语言
2018-11-170个赞
Courses in the relevant section:html basics
单标签:就是只有一个标签,也就是一个空元素:例如 meta、img、hr、br。 双标签:
2018-11-170个赞
Courses in the relevant section:Common tags and attributes in HTML (document head)
<!DOCTYPE html>:这是一个声明,说明以下文档是一个html的文档。 <html>:开始标签 </html>:结束标签 // 我们的所有内容包含在 <html>:开始标签和</html>:结束标签的双标签内的。 我们的文档结构最基础的部分又含有两块:第一个是<head></head>,也就是我们网页的头部。第二个是<body></body>,也是我们网页的主体部分。
2018-11-170个赞