HTML consists of two parts: head and body ** The tag in the head is the head tag ** Title tag: indicates the content displayed on the label ** meta tag: set some relevant content of the page (rarely used) ** base tag: set the basic settings of the hyperlink - You can set the opening method of hyperlinks uniformly ** link tag: import external files ** Used in css, you can use the link tag to introduce the css file Full code: <html> <head> <title>World</title> <meta name="keywords" content="Panda, golden monkey, dinosaur"/> <!--<meta http-equiv="refresh" content="3;url=01-hello.html"/>--> <base target="_blank"/> </head> <body> <h3>Header Tag</h3> <a href="01-hello.html">Hyperlink 1</a> <a href="01-hello.html">Hyperlink 2</a> <a href="01-hello.html">Hyperlink 3</a> </body> </html> Summarize The above is the use of HTML header tags introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! |
<<: Detailed explanation of how to use Vue+element to implement the tag at the top of the page
>>: Summary of CSS front-end knowledge points (must read)
Table of contents Scenario Try to solve solve Sce...
Table of contents Preface Why introduce unit test...
Preface I recently used :first-child in a project...
Preface Because of project needs, the storage fie...
Without further ado, let’s run the screenshot dir...
Table of contents 1. Introduction to MHA 1. What ...
Table of contents 1. Basics of audio playback in ...
Currently I have made a project, the interface is ...
Table of contents Problem description: Installati...
Download the installation package from the offici...
Table of contents Function Basic query functions ...
1. Online installation Currently only tried the L...
I am going to review Java these two days, so I wr...
1. Why do we need to divide tables and partitions...
Programs in Docker containers often need to acces...