Last updated: Oct 29, 2021

HTML

HyperText Markup Language (HTML) is the set of markup symbols or codes inserted into a file intended for display on the Internet. The markup tells web browsers how to display a web page's words and images.
HTML <button> Tag MEDIUM
The button is a very basic HTML element, it plays a significant role in designing websites. Buttons can be anywhere in your webpage but, make sure you...
Author
0 upvotes
Top 15 HTML projects to undertake in 2024
HTML projects in 2024 showcase the latest web development trends and technologies. These projects cover a wide range of applications, from interactive...
Author
0 upvotes
10 Best HTML & CSS books for developers
In this article, we will be exploring the 10 best HTML and CSS books for developers.
HTML Select Tag EASY
This article covers select tag in HTML with their syntax and examples. Explore the attributes of HTML select tag with supported browsers.
Font Tag in HTML EASY
In this article, we will discuss the features of the <font> tag, including font size, font type, and font color, with examples and code.
HTML <audio> Tag EASY
In this article, we will discuss how to use the <audio> tag, its attributes, and different features such as autoplay, muted audio, multiple sources, and supported formats.
HTML <Subscript> Tag EASY
In this article, we will discuss how to use the <sub> tag to create subscript text in HTML, understand its functions, and see examples of how it's applied in web pages.
<Align> Tag in HTML EASY
In this article, we will learn about the <align> tag in HTML and explore modern alternatives like CSS for aligning elements on web pages.
HTML <Article >Tag EASY
This article will discuss the purpose, usage, and functionality of the <article> tag.
HTML Body Tag EASY
This article will discuss the <body> tag in detail, its syntax, attributes, and how to use it effectively with CSS to create visually appealing web pages.
<li> Tag in HTML EASY
In this article, we will discuss the syntax of the <li> tag, how to use its attributes effectively, and see examples that demonstrate its functionality.
Alt Attribute in HTML EASY
In this article, we will cover the syntax, supported tags, attribute values, examples, and browser compatibility of the alt attribute in a clear and simple way.
Address tag in HTML EASY
In this article, we will discuss the syntax, usage, styling options, and best practices for using the <address> tag effectively.
Container Tag in HTML EASY
In this article, we will discuss what container tags are, their syntax, how to use them with examples, and why they are crucial in web development.
<td> Tag in HTML EASY
This article will discuss the syntax, types of cells, attributes, and examples of the <td> tag, making it simple for beginners to create well-structured tables.
<th> Tag in HTML EASY
In this article, we’ll discuss the syntax, attributes, examples, and browser compatibility of the <th> tag.
HTML <script> Tag EASY
In this article, we will discuss the syntax of the <script> tag, its attributes, practical examples, and browser support.
<Superscript> in HTML EASY
In this article, we will discuss how to use the <sup> tag in HTML, see examples, and understand browser support.
Define Tag in HTML EASY
This article will discuss everything about the <define> tag, its syntax, usage, parameters, supported browsers, and examples to clarify its functionality.
<Nav> Tag in HTML EASY
In this article, you will learn what the <nav> tag is, how to use it, and how to style it using CSS. We will also discuss examples and browser compatibility to help you better understand its implementation.
<ul> Tag in HTML EASY
In this article we will discuss the purpose of the <ul> tag, its attributes, list styles, and how to create nested unordered lists with proper examples and code snippets.
Favicon in HTML EASY
This article will guide you on how to implement a favicon in HTML, discuss the different favicon sizes, and explore the file formats that support favicons.
HTML Video Tag EASY
In this article, we will discuss about the syntax of the <video> tag, supported formats, additional attributes, and best practices to effectively use it.
HTML <label> Tag EASY
In this article, we will discuss on how to use the <label> tag effectively, its attributes, supported tags, and browsers, and provide examples to understand its importance in web development.
HTML Underline Tag EASY
In this article, we will discuss the proper way to use the underline tag in HTML, how CSS can enhance it, and the various syntax and browser support considerations.
HTML Paragraph Tag EASY
In this article, we’ll discuss everything about HTML paragraphs, their syntax, related tags, examples, and best practices to use them effectively.
HTML <em> Tag EASY
In this article, you will learn the syntax of the <em> tag, how to use it with examples, and which browsers support it.
What is index.html? EASY
In this article, we will discuss learn what index.html is, how to create one using VSCode, and how to run it in your browser.
HTML Template EASY
In this article, we will discuss the definition, usage, browser support, and global attributes of HTML templates. Examples will be provided to make the concepts clear.
HTML <Input> Tag EASY
In this article, we will explore the syntax, attributes, and examples of how the <input> tag works.
Html Bold Tag EASY
In this article will learn about the bold tag, its syntax, its accepted attributes, and how to use it effectively with examples.
HTML <strong> Tag EASY
The HTML <strong> tag is used to indicate that the enclosed text has strong importance, typically displayed in bold by default.
Mailto in HTML EASY
The mailto link in HTML creates an email link. Clicking it opens the default email client with the recipient's address, subject, and body pre-filled.
Difference Between HTML Elements and Tags EASY
In this article, we'll discuss the syntax of HTML elements, see different examples, & understand the difference between elements & tags. We'll also discuss the role of attributes & self-closing elements, along with their practical implications in HTML documents.
The <ol> Tag in HTML EASY
In this article, we will discuss the syntax of the <ol> tag, explore its accepted attributes, see practical examples, and check browser compatibility.
Block and Inline Elements in HTML EASY
Explore HTML block and inline elements, their distinct roles, and how they shape web layout. Learn how to effectively use block and inline elements in your designs.
Wireless Markup Language EASY
In this article, we will discuss the features of WML, its advantages, limitations, & how it compares to HTML.
HTML Table Borders EASY
In this article, we will discuss the different ways to add borders to HTML tables & how to customize them as per our needs.
HTML Layout EASY
In this article, we'll explore HTML layouts, their key components, and how you can create them.
Copyright Symbol HTML EASY
In this article, you will learn how to properly code the copyright symbol in HTML using different methods such as HEX code, HTML entities, and Unicode.
Html Submit Button EASY
An HTML submit form collects user input using fields like text boxes or checkboxes and sends data to a server when the "Submit" button is clicked.
How to Add Space in HTML? EASY
By the end of this article, you’ll learn various techniques to manage spacing in HTML for your web pages.
Advantages and Disadvantages of HTML EASY
In this blog, we will learn about Advantages and Disadvantages of HTML. We will understand its core concepts, differences, and much more for better understanding.
Online HTML Compiler EASY
In this article, we'll discuss what an online HTML compiler is, how it works, and its key features & benefits.
HTML Table Rowspan and Colspan EASY
In this article, we will learn how to use colspan & rowspan in HTML tables, along with examples to understand their use.
HTML Text Color Tag EASY
In this article we will talk about the HTML text color tag, a simple yet powerful tool that allows developers to change the color of text in web pages.
HTML Symbols EASY
This article will talk about various HTML symbol entities, including mathematical symbols, Greek letters, and other commonly used entities with codes to make it more easier to understand.
HTML href Attribute EASY
In this article, we'll explain the definition & use of the href attribute, its syntax, attribute values, & examples. We'll also cover the browsers that support this attribute.
Html Entities EASY
In this article, we will talk about the different types of HTML entities, their usage & the advantages & disadvantages of using them in web development.
HTML Link EASY
In this article we will learn the essentials of creating and managing links in HTML documents. We will  discuss the syntax of the <a> tag, explain how to use the target attribute to control link behavior with examples.
Div Tag in HTML EASY
In this blog, we will learn about the Div tag in HTML. We will learn about why it is used, syntax, usage, and examples.
HTML Style Tag EASY
In this article, we will learn about HTML style tags. We will learn its syntax, attributes with examples and supported browsers.
Frame Tag in HTML EASY
In this article, you will learn about the syntax of the <frame> tag, its attributes, and how to use it effectively.
Html Background Image EASY
In this article, we'll learn the fundamentals of implementing background images in HTML, including different methods to embed these images effectively. We will talk about basic syntax, the use of the background-image attribute within the body tag, and how to use inline styles to manage these visuals.
HTML Fieldset Tag EASY
In this article, we will talk about the <fieldset> tag in detail, including its syntax, attributes, & examples.
Table Tag in Html EASY
In this article, we'll learn about the basics of creating and manipulating tables in HTML. We'll look at different tags used to build tables, how to style them, and various techniques to enhance their appearance and functionality.
Hr Tag in Html EASY
In this article, we'll talk about the attributes of the <hr> tag with examples of its usage, & discuss browser support.
HTML Meta Tag EASY
Learn about the HTML meta tag, a crucial element in web development. Discover how to use a meta tag in HTML to improve SEO, page descriptions, and search visibility.
<legend> Tag in HTML MEDIUM
In this article, we will discuss the legend tag in HTML in depth. We will discuss its syntax, examples, accessibility considerations, best practices, etc.
Anchor Tag in Html EASY
This article will look into the structure of the anchor tag, its attributes, and how it integrates into daily web browsing, enhancing user interaction with website content.
Ordered List Html EASY
In this article, we will talk about the syntax of ordered lists, various types of numbering styles available, & how to control list counting. We will also cover nested ordered lists to create multi-level numbered structures.
Html Input Type EASY
In this article, we'll look at the various input types available in HTML & explain how to use them with code examples.
Nested List in HTML EASY
In this article, we’ll discuss nested unordered lists and nested ordered lists in HTML.
How to Make a Numbered List in HTML EASY
In this article, we will discuss how to create numbered lists using HTML, understand its syntax, and look at the steps involved in creating an ordered list.
HTML Attributes EASY
In this blog, we have learned about HTML Attributes and their uses in building HTML documents.
Html Dropdown EASY
This article will help you learn the basics of creating HTML dropdowns, explaining their syntax, and showing you how to enhance them with additional attributes for more functionality with practical examples to show different ways to implement these dropdowns effectively.
Unordered List Html EASY
In this article, we'll talk about the basic syntax for creating an unordered list, the different style types you can use for the bullet points, how to nest one unordered list inside another, & how to create a horizontal unordered list.
Html Font Color Tag EASY
In this article, we will learn the HTML font color tag, its syntax, attributes with proper examples to understand the color tag properly without any confusion.
HTML Span Tag EASY
In this article, we will discuss about span tag in HTML. We will also see the syntax and use cases of the span tag.
HTML <br> tag EASY
The <br> tag in HTML is used to insert a line break within text. It's an empty element, meaning it doesn't require a closing tag.
HTML colspan Attribute
In this article, we are going to discuss what is HTML colspan Attribute. We will also discuss different aspects like Syntax, Usage ,Example of HTML colspan attributes, pros and cons etc.
Style Attribute in HTML EASY
This article covers the use of style attributes in HTML, used to style various tags in our websites. We have discussed a few examples and browser compatibility of the attribute.
HTML Rowspan EASY
In this blog, we will learn about HTML Rowspan. We will understand its core concepts and syntax and learn about parameters and much more for better understanding.
How to make a Vertical Line in HTML EASY
In this article, we will study about How to create vertical line HTML. We will also check different methods of adding a line and some examples.
What is a <blockquote> Tag in HTML? EASY
The <blockquote> tag in HTML is used to define a block of text that is a quotation from another source. It is typically rendered with indentation to distinguish it from the surrounding text.
Author Tisha
0 upvotes
Creating Browsers Window using HTML and CSS MEDIUM
This blog will give you a fundamental understanding of how the browser window is structured using HTML and styled using CSS. Happy Learning!
HTML Align Center EASY
HTML Align Center ensures content is centrally positioned on a webpage. This article covers the concepts about various ways of aligning text in center along with code implementation and some best practices to keep in mind.

Basics

Understanding basic HTML defines to know about, its structure, definition, explanation, etc. Like - All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>.
Elements in HTML
This blog will take you through the Elements in HTML along with the frequently asked questions.
Author Alisha
12 upvotes
Doctype HTML MEDIUM
The DOCTYPE declaration, short for Document Type Declaration, is the very first thing in an HTML document.
HTML Document Structure EASY
HTML Document Structure defines the layout of web pages. It includes elements like <html>, <head>, <title>, and <body> for content display.
Text Formatting in HTML
This blog covers the concept of Text Formatting in HTML along with examples.
&nbsp In HTML EASY
&nbsp stands for non-breaking space. It is an HTML entity used to represent a non-breaking space. A non-breaking space is a space character that prevents the browser from breaking the line at that point.
Quotations and Comments in HTML
We will learn about quotations and comments in HTML. These tags make the code more informative and allow us to mention quotes from different sources.
Page Title, Headings, and Paragraphs in HTML
This blog discusses page titles, headings, and paragraphs in HTML. We start with the basic code and use cases, followed by implementation.
Marquee Tag in HTML EASY
The HTML marquee tag is a legacy feature that enables text or images to scroll or slide horizontally or vertically across a web page, creating a moving effect.
Tables in HTML EASY
This article describes the concept and use of HTML tables. The report has discussed various tags and attributes used for styling and editing the HTML tables.
HTML Checkbox EASY
HTML checkboxes are a quintessential element of user interaction on web platforms. They provide a straightforward yet effective means for users to indicate their preferences, particularly in forms.
Document getElementById() Method EASY
In this article, we learn about the Document Object Model, the Structure of DOM, Document, and the getElementById() method, which is important in Javascript.
Difference between <div> and <span> Tag in HTML EASY
A <div> tag is an HTML tag which defines a web page division, whereas a <span> tag is an HTML tag that defines a small document section.
HTML Header Tag EASY
In this blog, we will discuss about how HTML header tags store the heading of a page or an article, and present logos, or navigational links on a page.
Difference Between Header and Footer
The header and footer are vital parts of a web page, and they make the user experience better. A well-created header and footer make the website browsing easy.
How to Create a Button in HTML? EASY
The <button> tag in HTML creates clickable buttons for forms on your webpage. You can include text or images within the tag for the button content.
HTML <i> tag EASY
In this article, we will discuss about HTML i tag. We will also see the syntax and usage of the HTML i tag.
Difference Between HTML and XML EASY
This blog we will discuss the difference between HTML and XML. We will also go through the advantages and disadvantages of both HTML and XML.
Difference between Front End and Back End
In this article, we will discuss about front end and backend development with their differenc ebetween them in deep detail.
Author Rashmi
0 upvotes
A step-by-step walk through of your first HTML page
In this article we will cover all the steps to create a HTML page.
<Blink> Tag In HTML EASY
The <blink> tag in HTML is used to make text or images on a webpage flash or blink intermittently. Learn the syntax, example, and much more about <blink> tag in this comprehensive guide
Understanding HTML Color Names EASY
In this article, we will cover various html colour names and colour codes. We discuss how to use the colour property in the body tag.
What is HTML Tag for Background Color EASY
In this article, we will discuss HTML tags for background color. We will learn about HTML, the setting, and importance of bg color, and many more.
Difference Between HTML and HTML5 EASY
In this article, we will see the Key differences between HTML and HTML5 and also discuss the structure, advantages and disadvantages of HTML and HTML5.

Intermediate

Intermediate HTML includes to know more in detail about it, like - Knowing most of HTML tags in the language, understanding when to use tags, example the children of a <ul> tag should be <li> in most cases, the client-server relationship in the abstract, how to use attributes to style and identification for tags,how to link external resources like CSS, and JavaScript into your HTML, an understanding of the Document Object Model or DOM works, how your HTML will be read by accessible hardware such as screen readers.
Classes in HTML EASY
This article contains information on Classes in HTML and their properties.
HTML5 Introduction
This article will briefly introduce HTML5 and all its newly added features. We will further discuss the advantages and disadvantages of HTML5 over its different versions.
HTML ID Attribute
This article covers the detailed description of the id attribute in HTML. We have discussed the properties and uses of the ID attribute using descriptive examples.
HTML iframes
Learn about HTML iframes with syntax and examples. Explore key attributes and FAQs in this concise guide to using iframes in HTML effectively.
JavaScript With HTML
In this article, we’ll have a brief overview of topics related to javaScript and HTML and see how we can integrate JavaScript with HTML. This article doesn’t mean to explain each and every individual topic from the ground up. It just provides you with a brief overview and makes you aware of these topics so that you can learn each of them in isolation.
Author Yogi21
0 upvotes
HTML File Paths
The blog discusses "HTML File Paths." We will discuss its various applications, how to add them in our HTML file, and their importance in our HTML document.
Head and Layout In HTML
The blog discusses “Head and Layout In HTML.” We’ll discuss the importance of head elements and layout in our HTML file and their various associated components.
Author Zenith
0 upvotes
HTML User Input and Computer Code
In this blog, we will be learning about various user inputs in HTML.
Semantic elements in HTML EASY
Semantic elements in HTML clearly describe their meaning, improving readability and accessibility. Learn more about semantic tags in HTML with examples.
Coding Conventions in HTML EASY
In this blog, we will discuss the guidelines and conventions required and their importance in our HTML Code.
Author Zenith
0 upvotes
HTML Vs XHTML
In this article, we’ll look at the difference between HTML Vs XHTML and their functioning, covering all the essential tags and elements found inside the Document.
Author Yogi21
0 upvotes
Uniform Resource Locator (URLs) in HTML
This article covers the description of the Uniform Resource Relocators(URL), how to use a URL, the two different types of URLs, and how we can encode a URL.
Multimedia(Audio, Video, Plugins, YouTube) in HTML
In this blog, we will discuss some essential HTML concepts related to multimedia in HTML. These concepts are really beneficial for creating a good front-end.
SVG Graphics in HTML
In this blog, we will be discussing an essential concept of HTML that is SVG Graphics in HTML.SVG helps in making a pretty good front-end.
Canvas Element in HTML
This article describes the use of the canvas element in HTML. We have discussed some key aspects to consider while using the canvas element to design elements on the HTML web page.
Complete Guide To XHTML
In this article, we will see a complete guide to XHTML which will help us in mastering the concepts.