HTML heading

来源:互联网 发布:8031单片机的rom和ram 编辑:程序博客网 时间:2024/06/03 20:34

1. heading 共有6种,<h1>......</h1>,<h2>......</h2>,<h3>......</h3>,<h4>......</h4>,<h5>......</h5>,<h6>......</h6>


2. <hr> 创建分割线

eg. <p>This is a paragraph.</p>

       <hr>
       <p>This is a paragraph.</p>
输出结果是


      <title>My First HTML</title>
      <meta charset="UTF-8">
      </head>

This is a paragraph.

This is a paragraph.


3. <head>......</head>

The HTML <head> element is placed between the <html> tag and the <body> tag

eg. <head>


4. <title>......</title>

The title will not be displayed in the document, but might be displayed in the browser tab.


5. <meta>


6. <style>


7. <link>



0 0
原创粉丝点击