Select Page

Tag: HTML

Make select tag width equal to the selected option

Make select tag width equal to the selected option

The following script resizes the width of HTML’s tag dynamically according to the width of the selected option. This may be used in places where you want to customize the select tag and make it look like a dropdown select. Demo Open demo in a full window –...
Side Navigation

Side Navigation

Here is the tutorial for creating side navigation using HTML, CSS, and JavaScript. Link – https://www.w3schools.com/howto/howto_js_sidenav.asp
How to disable pinch and zoom on a mobile web page?

How to disable pinch and zoom on a mobile web page?

pinch and zoom on mobile Pinch to zoom is when a user zooms in on a mobile or any other touch-enabled device by pinch-zooming the screen, allowing you to zoom/scale in and out. This function is mostly required to give web pages an app experience. You just need to...