-
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…
-
HTML URL Encode
What is URL? URL stands for Uniform Resource Locator. It is actually a web address. A URL can contain words i.e. (javatpoint.com) or an Internet Protocol (IP) address i.e.195.201.68.81. But most of the user use URL in the form of words because it is easy to remember than numbers. Syntax of a URL: Here, Following…
-
HTML Charset
HTML Charset is also called HTML Character Sets or HTML Encoding. It is used to display an HTML page properly and correctly because for displaying anything correctly, a web browser must know which character set (character encoding) to use. HTML Character Encoding There are various types of Character Encoding which are given below: ASCII Character…
