Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Misc
8.7K+ articles
HTML
5.8K+ articles
CSS
4.9K+ articles
HTML-DOM
1.5K+ articles
HTML-Questions
1.1K+ articles
Web technologies
654+ articles
HTML-Tags
537+ articles
HTML-Basics
90+ articles
HTML-Attributes
721+ posts
Recent Articles
Popular Articles
HTML itemtype Attribute
Last Updated: 30 August 2024
The itemtype attribute specifies the URL but the URLs are not connected with any resources rather they are used by browsers to act as the identifiers. The itemtype attribu...
read more
Picked
HTML
HTML-Attributes
When to use the novalidate attribute in HTML Form ?
Last Updated: 01 June 2023
The HTML novalidate attribute is a boolean attribute used to specify that the form-data should not be validated when submitting the form. It can be used with the HTML form...
read more
Picked
HTML
HTML-Attributes
HTML-Questions
HTML itemscope Attribute
Last Updated: 30 August 2024
The HTML itemscope attribute works with item types to ensure that the HTML contained in a block is about a particular item. Defining the itemscope attribute for any eleme...
read more
Picked
HTML
HTML-Attributes
How to create an unordered list with square bullets in HTML ?
Last Updated: 26 June 2024
We will learn how to create an unordered list with square bullets using HTML and CSS. This simple yet essential technique enhances the visual appeal of your web pages. We ...
read more
HTML
HTML-Attributes
HTML-Questions
Which input type is used to choose the date in HTML ?
Last Updated: 30 January 2022
In this article, we will learn how to choose the date from the calendar on the webpage. As we know that HTML 5 introduced many inputs types for the better functionality of...
read more
Picked
HTML
HTML-Attributes
HTML-Questions
Which attribute is used to specify an alternate text for an image, if the image is not loaded properly in HTML ?
Last Updated: 30 January 2022
In this article, we will discuss the attribute that is used to specify an alternate text for an image, if an image is not loaded properly in HTML.The img alt attribute is ...
read more
Picked
HTML
HTML-Attributes
HTML-Questions
Which Inline Attribute Specifies the Styling of Elements in HTML?
Last Updated: 15 October 2024
An inline attribute in HTML refers to the style attribute, which allows you to apply CSS directly to a specific element. This provides quick, element-specific styling with...
read more
Picked
HTML
Web technologies
HTML-Attributes
HTML-Questions
What is the significance of adding autocomplete attribute in HTML Form ?
Last Updated: 28 February 2022
The HTML form autocomplete attribute is used to specify that the form has autocompleted on or off value. When the autocomplete attribute is set to "on", the browser will a...
read more
Picked
HTML
HTML-Attributes
HTML-Questions
HTML contextmenu Attribute
Last Updated: 30 August 2024
HTML contextmenu attribute is a global attribute that will be used to define a context-menu bar for an element. The value of the contextmenu attribute must be the same as ...
read more
Picked
HTML
HTML-Attributes
HTML <menuitem> type Attribute
Last Updated: 01 August 2024
The type attribute in menuitem tag is used to define the type of commands of the menuitems. Syntax:menuitem type="command|checkbox|radio"Attribute Values:command: It has ...
read more
HTML
HTML-Attributes
How to change the title of a framed document ?
Last Updated: 24 July 2024
In this article, we will learn about the way to change the Title of a Framed Document.HTML Frames and Frameset: The use of Frames is to divide the window of a browser into...
read more
Picked
HTML
HTML-Tags
HTML-Attributes
HTML-Questions
HTML nonce Attribute
Last Updated: 30 August 2024
The HTML nonce attribute is a global content attribute that defines a cryptographic nonce(" number used once "). It is used by Content Security Policy(it is an additional ...
read more
Picked
HTML
HTML-Attributes
HTML itemprop Attribute
Last Updated: 30 August 2024
The HTML itemprop attribute is a global attribute, that is basically used to add a property to an item. This is used to add extra information to the web page so that it ca...
read more
Picked
HTML
HTML-Attributes
HTML5 MathML Attribute Complete Reference
Last Updated: 18 April 2025
The MathML comes in HTML5 the current MathML version is 3 it was introduced in 2015. The MathML stands for Mathematics Markup Language. It represents mathematical equation...
read more
HTML
HTML-Attributes
HTML-MathML
What are HTML Attributes ?
Last Updated: 28 April 2025
HTML attributes are the entities that provide the extra information about the tags. Attributes are specified using name and value pair. Some HTML tags are used without att...
read more
Picked
HTML
HTML-Attributes
1
2
3
4
...
49
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !