When making homepage, we use <meta>
tag.
I have a question; I uploaded an image, PictureA to my website and linked it to SiteABC by using an image map. Then when I click a specific part of PictureA, the browser will load the site I linked.
I would like it to behave in this way:
After 10 seconds, I want SiteABC to redirect to SiteDEF. I know that I should use <meta>
tag. However, when I used a <meta>
tag in my html, the page which includes PictureA redirected to SiteDEF, instead of SiteABC redirecting to SiteDEF.
How can I solve this problem?