0
Can I redirect one web page to another web page using css or html
9 Réponses
0
JavaScript was used to control the behaviour of webpage so you may either use JS or otherwise there's an automatic redirect using meta refresh. 😉
0
You can using a href
Or window.location = url
In javascript
Css are made for design purpose so i dont think there is any
0
Clicking anywhere on a webpage should redirect it to another page
0
Thats bad design but create an almost invisible overlay element that cover the whole page
Add onclick listerner with js i provided above
0
Ok I will try
0
The link should work like pop up to redirect from page to page
0
Can you tell something about meta refresh
0
Avadesh Pandey Basically the tag was placed in header and the redirection will occur once the page was loaded or after a specific amount of time.
Since this happens automatically without user action and visual indicator, it's feasible only when require support without JavaScript.
You may find more information on web and here's one. 😉
https://www.lifewire.com/meta-refresh-tag-3469046
0
Ok thank you