Horje

How to add HTML refresh on <meta> http-equiv Attribute for HTML <meta> Tag

refresh Defines a time interval for the document to refresh itself.

Example:

<meta http-equiv="refresh" content="300">

Note: The value "refresh" should be used carefully, as it takes the control of a page away from the user. Using "refresh" will cause a failure in W3C's Web Content Accessibility Guidelines.

index.html
Example: HTML
<meta http-equiv="refresh" content="300">





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin