Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html meta refresh

<meta http-equiv="refresh" content="3; URL=http://www.example.com/">
Comment

meta refresh

Place inside the <head> element to :

refresh page after 5 seconds:

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

Redirect to https://yourdomain.com/ after 5 seconds:

<meta http-equiv="refresh" content="5; url=https://yourdoamin.com/">

Redirect to https://yourdomain.com/ immediately:

<meta http-equiv="refresh" content="0; url=https://yourdomain.com/">
Comment

meta refresh url

<meta http-equiv="refresh" content="0;URL='https://example.com/'">
Comment

meta refresh

<meta http-equiv="refresh" content="30">
Comment

PREVIOUS NEXT
Code Example
Html :: ngclass else 
Html :: set icon for html page tab 
Html :: bootstrap outline buttons 
Html :: html click to call 
Html :: readme.md text color 
Html :: html insert pdf 
Html :: twig lower string 
Html :: bootstrap 5 border shadow 
Html :: add spaces html 
Html :: How to install sweetalert2 with CDN? 
Html :: bold in bootstrap 
Html :: css image fade edges 
Html :: drop down onchange javascript 
Html :: footer ionic 
Html :: laravel csrf fields 
Html :: html insert remote image 
Html :: textbox dropdown with manual input 
Html :: font awesome bootstrap 5 
Html :: rotate svg 
Html :: how to use pyscript in html 
Html :: fa fa pencil edit icon 
Html :: copyright in html 
Html :: nuxt cursor focus 
Html :: What Is the Metaverse? 
Html :: how to set a default value for a dropdownlist in html with thymeleaf spring 
Html :: mobvoi.com 
Html :: displa text in html 
Html :: mat button copy link 
Html :: side by side tables in bootstrap 
Html :: bold text on HTML button 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =