Some sites do not work in mobile browsers. Often this is caused by specific CSS attributes or missing HTML meta tags.
For example the HTML tag <meta name="viewport"...> is required for correct scaling of the page. Or the CSS attribute overflow: scroll; in a div on the page does not work on iPad as expected.
What specific Tags/Attributes does a HTML developer need to understand and use when enabling a page for mobile browsers?