「高级前端开发工程师:原生HTML组件大集合 - 看看你掌握了多少?」

3 min read

原生的HTML组件有很多,以下是其中比较常见的一些:

  1. 标题元素(Heading Element):h1、h2、h3、h4、h5、h6
  2. 段落元素(Paragraph Element):p
  3. 图像元素(Image Element):img
  4. 超链接元素(Link Element):a
  5. 列表元素(List Element):ul、ol、li
  6. 按钮元素(Button Element):button
  7. 表单元素(Form Element):form、input、textarea、select、option、label、fieldset、legend
  8. 表格元素(Table Element):table、tr、th、td、thead、tbody、tfoot

以上组件只是列举了一部分,HTML标准还包含很多其他组件,每种组件都有其特定的属性和用途。