
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
Get the HTTP header for the information of the content attribute in HTML
Use the http-equiv attribute to get the HTTP header for the information of the content attribute in HTML.
Example
You can try to run the following code to implement http-equiv attribute −
<html> <head> <title>HTML http-equiv attribute</title> <meta name = "keywords" content = "HTML, meta tag, metadata" /> <meta name = "description" content = "Description of the document" /> <meta http-equiv = "refresh" content = "10" /> </head> <body style = "background-color:gray"> Document content goes here </body> </html>
- Related Articles
- How to get the value associated with the http-equiv or name attribute in HTML?
- HTML content Attribute
- HTML content Attribute
- What is the maximum size of HTTP header values?
- Enable an extra set of restrictions for the content in an in HTML?
- HTML for Attribute
- HTML for Attribute
- HTML for Attribute
- Test if the HTML attribute tabindex is present and get the value
- What are valid values for the id attribute in HTML?
- How to get the contents of the HTTP Request body in Laravel?
- How to use jQuery to get the value of HTML attribute of elements?
- How to read a HTTP header using JSP?
- Get the Machine limits information for integer types in Python
- Get the Machine limits information for float types in Python

Advertisements