The tabindex attribute specifies the tab order of an element. “tab” button is used for navigation. The tabindex content attribute allows users to contro...
Share
In most of the browsers, the placeholder (in input tag) is of grey color, to change the color of this placeholder, non-standard ::placeholder selectors can be used, ...
Share
HTML text editors are used to create and modify web pages. HTML codes can be written in any text editors including the notepad. One just needs to write HTML in any te...
Share
In this article, we will go through all the basic stuff of HTML coding. There are various tags that we must consider and include while starting to code in HTML. These...
Share
HTML provides us with the ability for formatting text just like we do it in MS Word or any text editing software. In this article, we would go through few such option...
Share
The Quotation elements in HTML are used to insert quoted texts in a web page, that is, portion of texts different from the normal texts in the web page.
Below are som...
Share
An attribute is used to provide extra or additional information about an element.
All HTML elements can have attributes. Attributes provide additional information a...
Share
The Spell Check feature in HTML is used to detect grammatical or spelling mistakes in the text fields.
The Spell Check feature can be applied to HTML forms using the ...
Share
HTML stands for Hyper Text Markup Language. It is used to design web pages using markup language. HTML is the combination of Hypertext and Markup language. Hypertext ...
Share
What is a list?
A list is a record of short pieces of information, such as people’s names, usually written or printed with a single thing on each line and orde...
Share