Category: HTML Global Attributes

HTML spellcheck Attribute 0

HTML spellcheck Attribute

This spellcheck attribute in HTML instructs whether element is to undergo spelling and Grammar checked out or not. Text values found in all editable elements can be spellchecked like input...

HTML lang Attribute 0

HTML lang Attribute

This is language attribute for HTML which specifies the use of particular language being used in the content. There are short codes for every languages that are put up their...

HTML id Attribute 0

HTML id Attribute

Sole purpose of using id attribute is to point the style attached to it. The HTML id attribute once specified is must be Unique for an element. With this ID,...

HTML hidden Attribute 0

HTML hidden Attribute

When this attribute is set to any element it hides the element from display in output. Also used in collaboration with JavaScript with hiding the element until it meet the...

HTML dropzone Attribute 0

HTML dropzone Attribute

This HTML dropzone attribute instructs the browser about the status of the dragged data i.e. Copy, move or link when the data is dropped on an element. Using HTML dropzone...

HTML draggable Attribute 0

HTML draggable Attribute

This draggable attribute when set to element allows the content inside it to be easily drag and drop with other elements. Note : With JavaScript they are used with drag...

HTML dir Attribute 0

HTML dir Attribute

This HTML dir attribute is used to define the path of the text i.e. left to right ‘ltr’ or right to left ‘rtl’. These are used when necessary as some...

HTML5 tutorial for beginners 0

How HTML Data-* Attributes work?

HTML5 Data Attribute: This data attribute gives the potential of binding specific information to particular section. Information when attached can be called via JavaScript rather than calling this from server...

HTML contextmenu Attribute 0

HTML contextmenu Attribute

This contextmenu is seen when the user clicks on the Mouse right-side. We can assign multiple properties as per our requirement and usage to this menu. Tip : Currently Firefox...

HTML contenteditable Attribute 0

HTML contenteditable Attribute

This attribute of HTML specifies whether the content of the element is editable or not. For this you have define its value which are ‘True’ or ‘False’. Using HTML contenteditable...

HTML class Attribute 0

HTML class Attribute

HTML class Attribute is global used system for pointing to the varying property it is being assigned in particular element to the Style sheet. Classname are written to any element...

HTML accesskey Attribute 0

HTML accesskey Attribute

With accesskey attribute one can easily assign the Windows shortcut to activate or focus the element. Note : Although all browsers supports this attribute but their behavior is also different...