Tag: HTML
Misc
Custom Select Tag Arrow Here is how you can add a custom arrow to a “select” HTML tag by simply adding a ‘background-image’ and ‘appearance: none’ with CSS. DEMO Open demo in a full window –...
Misc
https://www.w3schools.com/howto/howto_js_form_steps.asp
Misc
Here is the tutorial for creating side navigation using HTML, CSS, and JavaScript. Link –Â https://www.w3schools.com/howto/howto_js_sidenav.asp
Misc
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...
Misc
Here is a very cool way to input color code using a basic HTML input tag. This may eliminate the use of a fancy jQuery color picker at a basic level 🙂 Demo Open demo in a full window – https://demos.webdevpuneet.com/html/input-color/index.html HTML <input...