Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Misc
7.7K+ articles
CSS
4.5K+ articles
HTML
4.1K+ articles
HTML-Attributes
721+ articles
HTML-Misc
427+ articles
HTML5
375+ articles
CSS-Basics
115+ articles
Web technologies-HTML and XML
61+ articles
HTML-Basics
90 posts
Recent Articles
Popular Articles
Unordered List Inside Description List
Last Updated: 23 July 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
Unordered List Inside Ordered List
Last Updated: 23 July 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
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
Space in HTML
Last Updated: 23 July 2025
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
HTML Favicon
Last Updated: 07 April 2026
A favicon is a small image displayed next to a website’s title in the browser tab. It helps users quickly recognize and return to a website.Appears in browser tabs, bookma...
read more
HTML
HTML-Basics
HTML Description Lists
Last Updated: 03 April 2026
An HTML description list is used to represent term-definition or name–value pairs in a structured format. It provides semantic grouping of related data for better readabil...
read more
HTML
HTML-Basics
HTML Unordered List
Last Updated: 02 May 2026
An HTML unordered list is used to group related items where the order is not important, typically displayed with bullet points. Uses ul and li tags to structure list items...
read more
HTML
HTML-Basics
HTML Lists
HTML Ordered Lists
Last Updated: 03 April 2026
HTML ordered lists use the ol tag to present items in a defined sequence, ensuring clear and structured display of step-based or ranked content. Uses ol to create a list w...
read more
HTML
HTML-Basics
HTML <menu> label Attribute
Last Updated: 23 July 2025
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
How to upload files using HTML to website ?
Last Updated: 23 July 2025
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
How to submit a form or a part of a form without a page refresh using jQuery?
Last Updated: 23 July 2025
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
Which version of Internet Explorer was the first to native support HTML5 elements ?
Last Updated: 23 July 2025
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
What is HTML Preprocessor ?
Last Updated: 05 August 2025
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
What are empty elements in HTML ?
Last Updated: 23 July 2025
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
How to ensure readability of HTML ?
Last Updated: 23 July 2025
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
1
2
3
4
5
6