HTML
MapQuest’s New Commute App Helps Optimize Drive Times
MapQuest has introduced a new app for Google Play and iOS: “Commute.” Just as the name suggests, it’s a stand-alone app intended to help drivers…
HTML Textarea
The HTML <textarea> tag is used to define a multi-line text input control. It can hold unlimited number of characters and the texts are displayed…
500+ HTML Color Names
There is given a list of all HTML color names with hexadecimal code alphabetically. It is arranged from A to Z. It is recommended to…
HTML Drag and Drop
HTML Drag and Drop (DnD) is a feature of HTML5. It is a powerful user interface concept which is used to copy, reorder and delete…
HTML Canvas
The HTML canvas element provides HTML a bitmapped surface to work with. It is used to draw graphics on the web page. The HTML 5…
HTML Wbr Tag
HTML <wbr> tag is used to specify a line break opportunity within an HTML document. Without wbr tag, it is very difficult to read a…
HTML Main Tag
HTML <main> tag is used to represent the main content of the <body> tag. The <main> tag is written within <body> tag. It is used…
HTML Time Tag
HTML <time> tag is used to define date and time. It displays time value in a 24 hour clock or a precise date in a…
HTML Section Tag
The HTML <section> tag is used to define sections in a document. When you put your content on a web page, it may contains many…