Snippets tagged “meta”
2 snippets use this tag.
- How to Disable Zoom on a Mobile Web Page With HTML and CSSCSS
One of the most common inconveniences both developers and users face is the zoom on mobile web pages. Well, we’re here to help you fix that problem.
- How to Redirect a Web Page in HTMLHTML
The meta tag with the http-equiv parameter set to Refresh is used to redirect a web page in HTML. Take a look at how you should do it. Practice with examples.