Usage examples of Header tag in HTML

巴扎黑
Release: 2017-06-07 11:40:56
Original
2835 people have browsed it

1. Thetag specifies the default address or default target for all links on the page. This includes URLs in,Usage examples of Header tag in HTML,,

tags.

Html code

    
base
audio
Copy after login


target optional attributes:
_blank
_parent
_self
_top


2. Thetag defines the relationship between the document and external resources. The most common use is to link style sheets.

Html code

   
Copy after login


rel Optional attributes are:
alternate
author
help
icon
licence
next
pingback
prefetch
prev
search
sidebar
stylesheet
tag


3. defines the document-related Associated name/value pairs, such as descriptions and keywords for search engines and update frequency. The tag has no closing tag, but must be closed properly ( ).

Html code

   
Copy after login

Attributes:

Usage examples of Header tag in HTML

##4.
Copy after login

5. The

element defines the title of the document. It is the only required thing in the tag. <br><br>

The above is the detailed content of Usage examples of Header tag in HTML. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!