Tag: HTML
-
This is basically an application of this tutorial from w3schools. I’ve created a fiddle for it and customized mainly the CSS. Modals are a neat way to present content in an HTML page without making it look cluttered. You can use it to contain information you don’t want to be visible at all times. You… Continue reading
-
By adding this meta tag inside the <head> part of your script, you allow the page to emulate on Microsoft Edge (which is Windows 10’s latest browser), essentially overriding IE compatibility view settings: Note that it should be the first thing inside your head for it to work (lol). So make sure to put it right after the <head> tag. Alternatively, but… Continue reading
-
Here’s how you can create a horizontal navigation bar with drop-down feature using CSS. The limitation of this code is that it can only handle 1 level of sub menu. So if you intend you create more levels, you have to add to the code. See jsfiddle here CSS properties will vary depending on your… Continue reading