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 :: datalayer push 
Html :: input checkbox 
Html :: textbox dropdown with manual input 
Html :: fa fa file 
Html :: share link to email 
Html :: how to right align a text button 
Html :: void javascript link 
Html :: hint text html 
Html :: Bootstrap Carousel Image Not Display in Full Width 
Html :: jsf axonivy sub component 
Html :: clear html screen 
Html :: input field image accept type 
Html :: html open things in new tab 
Html :: ion-datetime cancel text 
Html :: what file extension sould you use to save a website 
Html :: angular.io hide 
Html :: BootStrap 4.6,BootStrap 5.2 CDN Css & JS & Bundle 
Html :: bootstrap diable backround on modal 
Html :: html chat box 
Html :: html5 astrix for absolutely required field inside a td tag 
Html :: how to make an input not focusable in html 
Html :: how to create a search bar like google in html 
Html :: laravel phpcs.xml 
Html :: tailwind css checkbox 
Html :: how to write python in html 
Html :: call to action phone number 
Html :: how to make red asterisk in html 
Html :: open new tab anhor tag 
Html :: copyright html 
Html :: img on click html 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =