How to build a responsive horizontal menu
In this tutorial, we will build a horizontal menu that is responsive and become vertical in mobile view. Consider this horizontal menu shown in desktop view … If you narrow your browser to a...
read moreHow to Launch iTunes from a link
It is not well documented, but it is possible to launch the iTunes application on your computer from clicking a link. For example, if you find a podcast on itunes.apple.com website as shown...
read moreNew HTML5 input attributes
There are new attributes for the input tag that was not previously in HTML4. For example, in HTML 5 you can have … <input type=”text” name=”postaladdress”...
read moreNew HTML5 input type values
The “input” element has an “type” attribute that can accept various values. For example, in HTML4 you have … <input type=”text”> for a textbox. ...
read moreHTML5 Discontinued Tags
The following element tags which were present in HTML4 is discontinued in HTML5… <acronym> – use <abbr> instead <applet> – use <object>...
read moreHow to Create a Table in HTML
In this tutorial we are going to show you how to create a basic table in HTML. For the table data used in this example, we’ll use the latitude and longitude of a few state capitols found from...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.