Category: HTML Attributes
-
HTML Event Attributes
When a browser reacts on user action, then it is called as an event. For example, when you click on the submit button, then if the browser displays an information box. In HTML5 there are lots of event attributes available which can be activated using a programming language such as JavaScript. Following is a table…
-
Global Attributes
HTML global attributes are those attributes which are common for all HTML elements. The global attributes are supported by both standard and non-standard element. The global attributes can be used with all elements, although it may not have any effect on some elements. Following is the complete list of global attributes with their description: Hererepresent…