HTML5 Tutorial
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…
HTML Summary Tag
The HTML <summary> tag is used with <details> tag. It is used as a summary, caption or legend for the content of a <details> element….
HTML Details Tag
HTML <details> tag is used to specify the additional details on the web page that the user can view or hide on demand. According to…
HTML Dialog Tag
HTML <dialog> tagto create a new popup dialog on a web page. This tag represents a dialog box or other interactive component like window. The…