JimBlog

html 标签记录JimBlog, 极客分享,编程,项目管理,程序员周边,App使用技巧.

  • Blog
  • Photos
  • About
  • Meditations
  • RSS
  • Search

html 标签记录

JimYan

JimYan

 / 
Sep 11, 2022

技术&产品

date
Sep 12, 2022
tags
技术&产品
type
Post
status
Published
Last edited time
Feb 9, 2023 10:04 AM
footer块元素行内元素section

footer

- HTML(超文本标记语言) | MDN
HTML 元素表示最近一个章节内容或者根节点(sectioning root )元素的页脚。一个页脚通常包含该章节作者、版权数据或者与文档相关的链接等信息。
- HTML(超文本标记语言) | MDN
https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/footer
- HTML(超文本标记语言) | MDN

块元素

div、ul 、li、p、h1

行内元素

span、a、input、img

section

: The Generic Section element - HTML: HyperText Markup Language | MDN
The HTML element represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it. Sections should always have a heading, with very few exceptions. This element only includes the global attributes.
: The Generic Section element - HTML: HyperText Markup Language | MDN
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section
: The Generic Section element - HTML: HyperText Markup Language | MDN
 
footer
块元素
行内元素
section

© JimYan 2023 - 2025