answersLogoWhite

0


Best Answer

By using this tag you are able to define after how long a page has to be refreshed or after a certain period of seconds you want your visitor to be redirected to another webpage. Search engines usually don't like it when you use refresh pages. A better solution is to add a click able link.

An example of a refresh value is:

This refresh-tag will redirect you to another webpage automaticly.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the REFRESH meta tag used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

How do you refresh a JSP page?

by using the meta tag <meta HTTP-EQUIV="Refresh" CONTENT="5(duration in sec)">


How do you refresh a jsp page automatically?

by using the meta tag <meta HTTP-EQUIV="Refresh" CONTENT="5(duration in sec)">


How do you make the page you are on refresh when you click a link that opens in a new page or tab when writing the HTML for the link?

To reload the Current Page, use the Meta Refresh Tag in the of your HTML document.EXAMPLE: = HTML tag.http-equiv="refresh" = Attribute tells the browser this meta tag is sending an HTTP command instead of a standard meta tag. Refresh is an HTTP header used by a Web server. The header tells the server the page is going to be reloaded or sent somewhere else.content="2" = Amount of time, in seconds, the browser should wait to reload the current page.


How do you close meta tag remove?

Meta tag is the one that stores the meta-data about the HTML file. It contains the characteristics of the characters to be used.


What is used to meta tag in HTML?

html


What is the definition of a meta refresh?

A meta refresh is something coded into the html of a website. It forces the current web page to automatically refresh after a given amount of time as specified in the code.


Can you redirect to a different site using HTML?

*answers my own old question* Yes you can. with this handy gadget. the META tag! *angels sing in background* <meta http-equiv="Refresh" content="0;url=URL HERE">


Does Google use META tags to categorize its webpages?

No, they no longer use the keywords meta tag to rank sites in the results pages. They do use the TITLE tag, meta title tag (two separate entities) & the meta description along with other tags such as the robots meta tag.


What is a META tag creation?

Meta tags gives detail about the metadata of the HTML.It also about the character set used in HTML.


How do you get auto refresh on a webpage?

The easiest way to make auto refresh on a webpage is using of meta refresh:"5" is a refresh interval in seconds.Put it in between and tags.


What is norelley tag in META Tag?

There is no such tag. I doesn't do anything.


Which option should be used to separate keywords in meta tags?

To separate the keywords in a meta tag in HTML, we use the comma (,) For instance <meta name = "keywords" content = "answer, questions, HTML questions">