HTML Global Attributes – What are they?
Html global attributes is the topic of discussion today. In HTML, global attributes can be used on any element. HTML global attributes are properties that are carried by all HTML elements; however, they may have no impact on particular components. On both standard and non-standard elements, global properties are given.
Non-standard elements must allow these attributes, even if utilizing them makes your page non-HTML5-compliant.
Example:
HTML5-compliant browsers, hidden content identified as <foo hidden>…content…</foo>, despite the fact that <foo> is not a legitimate HTML element.
- HTML Global Attributes – What are they?:
- HTML Global Attributes List:
- HTML Global Attributes Benefits:
- HTML Attribute contenteditable:
- HTML Attribute access key:
- HTML Attribute dir:
- HTML Attribute class:
- HTML Attribute data-*:
- HTML Attribute tabindex:
- HTML Attribute draggable:
- HTML Attribute title:
- HTML Attribute translate:
- HTML Attribute autocapitalize:
- HTML Attribute spellcheck:
- HTML Attribute id:
- HTML Attribute hidden:
- HTML Attribute lang:
- HTML Attribute style:
- HTML Attribute itemprop:
- HTML Attribute itemscope:
- HTML Attribute itemtype:
- HTML Attribute autofocus:
- HTML Attribute contextmenu:
- HTML Attribute enterkeyhint:
- HTML Attribute inputmode:
- HTML Attribute is:
- HTML Attribute itemid:
- HTML Attribute nonce:
- HTML Attribute slot:
- HTML Attribute part:
HTML Global Attributes List
Following is the list of the Global Attributes:
Attribute | Overview |
---|---|
accesskey | To activate/focus an element, indicate a shortcut key. |
class | This attribute assigns one or more class names to an element. (refers to a style sheet class) |
contenteditable | Indicates the availability of an element’s content to be edited. |
data-* | Designed to contain custom data private to the page or application in Html global attributes. |
dir | Provides the direction in which text should be displayed in an element. |
draggable | Determines whether an element can be dragged. |
hidden | This attribute indicates that an element is no longer relevant or that it has not yet been considered. |
id | Provides an element’s unique identification in Html global attributes. |
lang | This property indicates the language which will display the content of the element. |
spellcheck | Determine if or not you should check the element’s spelling and grammar. |
style | Provides an element with an inline CSS style. |
tabindex | Determines the tabular hierarchy of an element. |
title | Provides additional details about an element. |
translate | Determine if or not an element’s content needs to be translated. |
autocapitalize | It uppercases information that has been entered or changed by the user on its own. |
autofocus | When a page loads, an element can be told to receive focus using the autofocus attribute in HTML. It carries the boolean attribute. |
contextmenu | Contextmenu for this element is specified by the id of the containing< menu>. |
enterkeyhint | It suggests what label or icon to display while hitting keys on a virtual keyword. |
inputmode | The primary purpose of this tag is to give browsers a tip regarding the virtual keyboard settings to use while modifying this element or its contents. |
is | It states that a registered custom built-in element has the same behaviour as conventional HTML. |
itemid | It is a specific item’s universally recognised identification. |
itemprop | It gives an item new properties. |
itemscope | It uses item types to make sure that a block’s HTML is related to a certain item. |
itemtype | The URL vocabulary used to define itemprops is described. |
nonce | A content security policy uses a digital nonce to check if a given fetch can continue. |
part | It is a list of the component names of the element that is divided by spaces. |
slot | It is utilized to provide an element a spot in a shadow DOM shadow tree. |
HTML Global Attributes Benefits
HTML global attributes offer numerous advantages, some of them are given below:
- Simplified Code: Using global attributes can help developers create more streamlined, readable, and maintainable code.
- Improved Accessibility: Global attributes can enhance accessibility features, such as screen readers, making web content more inclusive to people with disabilities.
- Increased Flexibility: Global attributes are versatile and can be applied to any HTML element, providing greater flexibility in designing and styling web pages.
- Improved SEO: Proper use of global attributes can improve search engine optimization (SEO) by providing additional information about the page’s content.
- Consistency: Consistent use of global attributes throughout a website ensures a uniform user experience for visitors.
HTML Attribute contenteditable:
Regardless of whether the HTML element is input or not, this is used to specify whether the content can be altered by the user. As a result, the browser customizes its widgets and enables HTML editing.
There are two values for this variable: True and False
true: This means that the content can be edited
false: This means that the content cannot be edited
Example: 
HTML Attribute access key:
An access key is employed to assign a shortcut to focus on any HTML element, such as a keyboard key.
Contains a space-separated list of characters.
Example: 
Depending on the browser, there is a different way to use the accesskey attribute.
For example, in Chrome, Safari, etc, ALT + accesskey is pressed to focus on the HTML element, while in Firefox, ALT + SHIFT + accesskey is used.
Using ALT + h will also focus the hyperlink text in the HTML Interactive Course within the above HTML code.
HTML Attribute dir:
The dir attribute is used to specify the direction of text within HTML elements like <div>, <span>, <p> and many more.
There are also a few values associated with it, which are listed below:
ltr: The ltr attribute is used to identify languages written from left to right, like English.
rtl: The rtl attribute is used to identify languages written from right to left, like Arabic.
auto: In this case, the application (browser) makes the decision. In order to apply that directionality to the whole element, it analyzes the characters inside the element until it finds one with significant directionality.
Example: 
HTML Attribute class:
The class attribute is one of the most commonly used global attributes, used for specifying class selectors when using CSS style classes. It is also used when handling JavaScript events.
To illustrate how the class attribute is used in HTML tags, here is an example:
Example: 
HTML Attribute data-*:
Based on this attribute, you can build a custom attribute called custom data attributes, which can be utilized to describe any useful data in HTML tags.
For a better understanding, let’s see the following example:
Example: 
HTML Attribute tabindex:
If sequential keyboard navigation is required, it identifies at which position an element should take part in taking input focus.
These values are contained in it:
negative: This tells us that the element is focusable but unreachable via sequential keyboard navigation in Html global attributes.
0:In this value, focusable elements are also reachable through sequential keyboard navigation.
positive: It implies that the element must be focusable and reachable using sequential keyboard navigation.
In the same sequence in which the elements are focused is the rising value of the tabindex.
Consider the following example:
Example: 
HTML Attribute draggable:
The draggable attribute determines if the element can be dragged or not when it comes to Html global attributes.
There are two values for this variable: True and False
true: This implies that elements may be dragged.
false: This implies that elements cannot be dragged.
Here is the detailed example of the draggable in which an image can be dragged into the box:
Example: 
HTML Attribute title:
In addition, further details about the HTML element it refers to can be found in the text of this attribute.
Hovering over any HTML element with the title attribute will display the text specified in the title attribute.
Taking the following example:
Example: 
HTML Attribute translate:
An element’s attribute value and its text value can be translated or not using this attribute
This attribute has two values:
An empty string and yes imply that an element is going to be translated.
No means that the element won’t be translated.
Here is an basic example of translate attribute:
Example: 
HTML Attribute autocapitalize:
With this attribute, you can control if the user’s text will be capitalized automatically, or what kind of capitalization will be implemented.
The following predefined values are available for configuring its functionality:
off or none: This demonstrates that there has been no capitalization.
characters: This specifies that, in this case, all characters should be uppercase by default.
word: This implies that each word’s first letter is capitalized, and all other letters are lowercase.
on or sentences: This demonstrates that a sentence’s first letter will be in uppercase and all other letters in lowercase.
Many browsers currently do not accept this attribute.
Here is an example:
Example: 
HTML Attribute spellcheck:
A spelling check can be performed on an element using this attribute as it comes to Html global attributes.
Below are its values:
true: This specifies that spelling errors should be checked on elements.
false: This specifies that spelling errors should not be checked on elements.
Here is the basic example of the spellcheck attribute:
Example: 
HTML Attribute id:
IDs are unique identifiers that are assigned for entire HTML documents with the id attribute.
It mainly serves to identify an element when linking, scripting, or styling it. Like the class global attribute, this is one of the most widely used Html global attributes.
Here is the basic example of the id attribute:
Example: 
HTML Attribute hidden:
When the hidden attribute is assigned to an element, it signifies that the browser should not display it.
HTML elements such as form, CSRF tokens or other important HTML elements that should not be made visible to users can be hidden with this attribute.
Here is the basic example of the hidden attribute:
Example: 
HTML Attribute lang:
Lang is defined for editable and non-editable HTML elements using this attribute.
The value of a lang is made up of two elements, first the lang definition, and then the sub-language definition.
For example en-GB is an abbreviation for British English, and en-US is an abbreviation for American English.
Here is a complete list of Lang code reference.
Here is the basic example of the lang attribute:
Example: 
HTML Attribute style:
Using this attribute, you can specify the styling rules for any element using implied CSS code.
Style attributes can be specified within an HTML element, however it is recommended to do so in a separate CSS file.
Style attributes and all styles tags let users specify CSS style parameters within HTML elements and documents separately.
Consider the following example:
Example: 
HTML Attribute itemprop:
The itemprop attribute lets you add properties to an element. Every HTML element has an itemprop attribute; where an itemprop is a name-value pair.
HTML documents use it to structure information and specify additional meta information.
Here is an example of the itemprop:
Example: 
HTML Attribute itemscope:
The itemscope Html global attributes defines what metadata is attached to an item.
A new item is created when the itemscope attribute is defined for an element, which results in name-value pairs.
Below is the example of itemscope with itemtype:
Example: 
HTML Attribute itemtype:
In Html global attributes, Data structures uses itemtype attribute to identify the URL of the vocabulary that defines item properties.
In other words, itemscope determines where the vocabulary set by itemtype will be active within the data structure.
Here is an example of the itemtype:
Example: 
HTML Attribute autofocus:
In HTML, the autofocus attribute determines whether the element should be focused when the page loads. The attribute is a boolean.
Here is an example of the autofocus attribute:
Example: 
HTML Attribute contextmenu:
A contextmenu global attribute specifies the id of a menu to use as the contextual menu.
An occurrence of a context menu occurs when the user interacts with a program, such as right-clicking.
Below is an example of the contextmenu:
Example: 
HTML Attribute enterkeyhint:
On computer keyboards, the enterkeyhint attribute indicates what action label to display when pressing the enter key.
Using this Html global attributes, authors can modify how the enter key is presented to make it more user-friendly.
Enterkeyhint has these following values:
done: It will close when there is no more input to be made.
enter: A new line should be used when there is more to write.
go: After we have completed writing the form, we can move on to the next target.
search: It will be useful when we have to search for anything after typing.
send: Messages are sent using it.
next: It takes the user to the next field where text can be entered.
previous: The user will be redirected to the previous text field.
Here is an example that describes some of the enterkeyhint attributes:
Example: 
HTML Attribute inputmode:
It indicates the type of virtual keyboard configuration that is used to edit an element’s content.
The tag is used when the input is contenteditable and is most commonly used with the input tag.
Here is an basic example of the inputmode attribute:
Example: 
HTML Attribute is:
It specifies the behaviour of the standard element in the same way that a Javascript element would behave if it had been registered as a custom built-in element.
HTML Attribute itemid:
Items can be identified using this attribute since it is a unique and global identifier.
Here is an example of the itemid:
Example: 
HTML Attribute nonce:
Content Security Policy uses the nonce global attribute to determine whether or not a given fetch will be permitted on a particular element depending on a cryptographic nonce (“number used once”).
Lets take a look at the example:
Example: 
HTML Attribute slot:
An element’s slot in a shadow tree is determined by this attribute.
To link an element with a slot attribute to the slot, add an element with a slot attribute whose name attribute matches the slot attribute’s value.
Here is an basic example of the slot attribute:
Example: 
HTML Attribute part:
Part names are listed in the part global attribute, separated by spaces.
It is possible to select and style particular elements in a shadow tree using part names using the pseudo-element ::part.
Here is an example of the part attribute: