📜  HTML 中最常用的标签

📅  最后修改于: 2021-11-07 09:15:42             🧑  作者: Mango

HTML 包含许多预定义的标签。其中一些描述如下:

文档结构标签:

  • HTML 标签:它是 html 文档的根,用于指定该文档是 html。
    句法:
 Statements... 
  • 代码:
html

     
        Title of your web page 
     
    HTML web page contents  


html
Contains elements describing the document


html
The content of your HTML page


html
tab name


html

Heading 1

  

Heading 2

Heading 3

 

Heading 4

 
Heading 5
 
Heading 6


html

GeeksforGeeks: Computer science portal


html
GeeksforGeeks


html
Bold word


html
GeeksforGeeks


html
Example


html
GeeksforGeeks


html
GeeksforGeeks


html


html
  • List item 1
  •  
  • List item 2

  • html
             
    1. List item 1
    2.        
    3. List item 2
    4.      
    5. List item 3
    6.        
    7. List item 4
    8.  


    html
             
    • List item 1
    •        
    • List item 2
    •      
    • List item 3
    •        
    • List item 4
    •  


    html


    html
    
    Example Marquee


    html
    GeeksforGeeks


    html
    Example


    html
    GeeksforGeeks
    A computer science portal


    html


    html
    
    
    


    html


    html
     
    


    html
     
    
    Column 1 Column 2


    html
    
      
        
        
      
      
        
        
      
    MonthSavings
    January$100


    html
    
     
       
       
     
     
       
       
     
    MonthSavings
    January$100


    html
    
      
        
        
      
    Cell ACell B


    html
      Name:
      Email:
        


    html
       


    html
     
    Select an option: Option 1 Option 2 Option 3


    • head标签: head标签用于包含html文件中的所有head元素。它包含标题、样式、元数据等标签。
      句法:
     Statements... 
    • 代码:

    html

    Contains elements describing the document
    
    • Body 标签:用于定义 html 文档的正文。它包含图像、表格、列表等。
      句法:
     Statements... 
    • 代码:

    html

    The content of your HTML page
    
    • 标题标签:用于定义html文档的标题。

    句法:

     Statements... 

    代码:

    html

    tab name
    

    内容容器标签:

    标题标签:用于定义html文档的标题。

    句法:

    Statements...

    Statements...

    Statements...

    Statements...

    Statements...
    Statements...

    代码:

    html

    Heading 1

      

    Heading 2

    Heading 3

     

    Heading 4

     
    Heading 5
     
    Heading 6
    • 段落标签:用于定义html文档中的段落内容。
      句法:

    Statements...

    • 代码:

    html

    GeeksforGeeks: Computer science portal

    • 强调标签:用于渲染为强调文本。
      句法:
     Statements... 
    • 代码:

    html

    GeeksforGeeks
    
    • 粗体标签:用于指定html文档中的粗体内容。
      句法:
     Statements... 
    • 代码:

    html

    Bold word
    
    • 斜体标签:用于以斜体格式书写内容。
      句法:
     Statements... 
    • 代码:

    html

    GeeksforGeeks
    
    • 小(文本)标签:用于设置内容的小字体大小。
      句法:
     Statements... 
    • 代码:

    html

    Example
    
    • 下划线标签:用于设置内容下划线。
      句法:
     Statements... 
    • 代码:

    html

    GeeksforGeeks
    
    • 删除文本标签:用于表示已删除的文本。它跨越了文本内容。
      句法:
     Statements... 
    • 代码:

    html

    GeeksforGeeks
    
    • 锚标签:用于将一个页面链接到另一个页面。
      句法:
    • 代码:
    • 列表标签:用于列出内容。
      句法:
  • Statements...
    • 代码:

    html

  • List item 1
  •  
  • List item 2
    • 有序列表标签:用于以特定顺序列出内容。
      句法:
      Statements...
    • 代码:

    html

             
    1. List item 1
    2.        
    3. List item 2
    4.      
    5. List item 3
    6.        
    7. List item 4
    8.  
     
    • Unordered List 标签:用于无序列出内容。
      句法:
      Statements...
    • 代码:

    html

             
    • List item 1
    •        
    • List item 2
    •      
    • List item 3
    •        
    • List item 4
    •  
     
    • 注释标签:用于设置html文档中的注释。它在浏览器上不可见。
      句法:
    • 代码:

    html

    
    
    • 滚动文本标签:用于滚动文本或图像内容。

    句法:

     Statements... 
    • 代码:

    html

    
    Example Marquee
    
    • 中心标签:用于设置内容居中。
      句法:
    Statements...
    • 代码:

    html

    GeeksforGeeks
    • 字体标签:用于指定html文档中的字体大小、字体颜色和字体系列。
      句法:
     Statements ... 
    • 代码:

    html

    Example 
    

    空(非容器)标签:

    • 换行标签:用于换行。

    句法:


    • 代码:

    html

    GeeksforGeeks
    A computer science portal
    • 图片标签:用于在html文档中添加图片元素。

    句法:

    • 代码:

    html

    
    
    • 链接标签:用于链接外部来源的内容。
      句法:
    • 代码:

    html

    
    
    
    
    • 水平线标签:用于显示html文档中的水平线。
      句法:

    • 代码:

    html


     
    • Meta 标签:用于指定页面描述。例如:最后修饰符、作者等。
      句法:
     Statements ... 
    • 代码:

    html

     
    
    

    表格标签:表格标签用于在 html 文档中创建表格。

    • 表标签:
      句法:
     Statements... 
    • 代码:

    html

     
    
    Column 1 Column 2
    • Tr标签:用于定义html表格的行。
      句法:
     Statements... 
    • 代码:

    html

    
      
        
        
      
      
        
        
      
    MonthSavings
    January$100
    • Th标签:它定义了表格中的标题单元格。默认情况下,它使用粗体和中心属性设置内容。
      句法:
     Statements ... 
    • 代码:

    html

    
     
       
       
     
     
       
       
     
    MonthSavings
    January$100
    • Td 标签:它定义了 html 文档中的标准单元格。
      句法:
     Statements ... 
    • 代码:

    html

    
      
        
        
      
    Cell ACell B

    输入标签:

    • 表单标签:用于为用户创建html表单。
      句法:
     Statements ... 
    • 代码:

    html

      Name:
      Email:
        
    • 提交输入标签:用于接受用户的输入。
      句法:
    • 代码:

    html

       
    • 下拉选项标签:用于从下拉列表中选择一个选项。
      句法:
    • 代码:

    html

     
    Select an option:
    • 代码:

    html

     
    Select an option:
      Option 1 Option 2 Option 3 

    支持的浏览器:

    • 谷歌浏览器
    • IE浏览器
    • 火狐
    • 歌剧
    • 苹果浏览器

    HTML 是网页的基础,用于通过构建网站和 Web 应用程序进行网页开发。您可以按照此 HTML 教程和 HTML 示例从头开始学习 HTML。