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
21.3K+ articles
Misc
8.5K+ articles
HTML
5.8K+ articles
CSS
4.9K+ articles
HTML-Attributes
721+ articles
HTML-Misc
427+ articles
HTML5
373+ articles
CSS-Basics
115+ articles
Web technologies-HTML and XML
61+ articles
HTML-Basics
90 posts
Recent Articles
Popular Articles
How to ensure readability of HTML ?
Last Updated: 20 August 2021
A concise HTML code saves another developer's time, and as well as your time and effort when you go through it after a long time. In firms where there are large software p...
read more
Web Technologies
Picked
HTML
HTML-Basics
HTML-Questions
What are empty elements in HTML ?
Last Updated: 10 January 2024
An empty element is a component that doesn't have any embedded elements or text elements. Empty tags contain only the opening tag but they perform some action in the webpa...
read more
Web Technologies
Picked
HTML
HTML-Tags
HTML-Basics
HTML-Questions
What is HTML Preprocessor ?
Last Updated: 30 May 2023
In this article, we will learn about the HTML pre-processor will explore the pre-processor used for HTML. As its name suggests, the HTML pre-processor is the first stage ...
read more
Web Technologies
Picked
HTML
Blogathon
Blogathon-2021
HTML-Basics
HTML-Questions
Which version of Internet Explorer was the first to native support HTML5 elements ?
Last Updated: 02 November 2021
Internet Explorer was Microsoft's first browser service which was launched as an add-on package with windows-95 and it had various advantages, but with advancement in tech...
read more
Picked
HTML
HTML5
HTML-Basics
HTML-Questions
How to submit a form or a part of a form without a page refresh using jQuery?
Last Updated: 24 June 2024
How to prevent an HTML form to submit?When submitting a form, clicking the submit button usually navigates to a new route as specified in the form's action attribute. Howe...
read more
Web Technologies
Picked
JQuery
javascript-basics
CSS-Basics
HTML-Basics
jQuery-Questions
How to upload files using HTML to website ?
Last Updated: 02 August 2024
Every file that needs to be uploaded to the website, required the basic form which facilitates uploading. This feature is essential when we are filling out the form on a s...
read more
Picked
HTML
HTML-Tags
HTML-Basics
HTML-Questions
HTML <menu> label Attribute
Last Updated: 12 August 2022
The HTML menu label Attribute is used to specify a text value that indicates the visible label name of the menu element Although, this attribute is also used to specify th...
read more
HTML
HTML-Tags
HTML-Attributes
HTML-Basics
HTML Ordered Lists
Last Updated: 17 May 2025
An HTML Ordered List is created using the ol tag to display items in a specific sequence, typically numbered or alphabetically ordered. Each list item is defined using the...
read more
HTML
HTML-Basics
HTML Unordered Lists
Last Updated: 10 May 2025
An unordered list in HTML is used to group a set of list items that don't need to be in a specific order. The items in an unordered list are usually displayed with bullet ...
read more
HTML
HTML-Basics
HTML Lists
HTML Description Lists
Last Updated: 16 December 2024
An HTML Description List is not as commonly used as unordered or ordered lists but serves an important purpose for displaying name-value pairs. This type of list is marked...
read more
HTML
HTML-Basics
HTML Favicon
Last Updated: 05 June 2025
A favicon (short for "favorite icon") is a small yet important image that appears next to your website’s title in the browser tab. Also known as a tab icon or bookmark ico...
read more
HTML
HTML-Basics
Space in HTML
Last Updated: 15 July 2024
In HTML, space management is very important for layout and readability. The "br" tag creates a line break in text, which brings content to start on a new line. This makes ...
read more
HTML
HTML-Basics
Create a Testimonial Card Using HTML and CSS
Last Updated: 03 January 2025
In this tutorial, we're going to create a testimonial card that can be used on websites to display feedback from clients or customers. Testimonials are an excellent way to...
read more
HTML
HTML-Basics
Unordered List Inside Ordered List
Last Updated: 14 January 2025
Unordered List Inside Ordered List refers to a nested structure where an unordered list is placed within an ordered list. It is used when you want to combine numbered item...
read more
HTML
HTML5
HTML-Basics
Unordered List Inside Description List
Last Updated: 14 January 2025
An unordered list inside a description list is a way to organize and present information in HTML where a description list(dl) contains unordered lists (ul) within its desc...
read more
HTML
HTML5
HTML-Basics
1
2
3
4
5
6
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 !