Category HTML

Ordered List in HTML

Example of customizing ordered list in HTML

An ordered list in HTML is a list of items that are arranged in a specific order. In the ordered list, each item is automatically displayed with numbers by default, indicating its position in the sequence. Therefore, it is also…

Lists in HTML | Types of Lists

An example of unordered lists in HTML

Lists in HTML are a general purpose container to group a set of related items or things in a structured format. They are usually useful for presenting items in a clear, logical, and ordered manner, making it easier for users…

HTML Comments Tag

HTML comments example

Comments in HTML are statements within the HTML code that are not displayed on the browser window. They allow us to include notes, explanations, or disable code without removing it. Comments are not executed by the web browser but are…

HTML Paragraph Element

Use of non-breaking spaces in paragraph

The HTML paragraph, designated by the <p> tag, is one of the most commonly used elements in web pages. The p tag is a block-level element used to define paragraphs in a webpage. A block element typically starts on a…

HTML Headings (H1 to H6 Tags)

HTML heading tags from h1 to h6

In this tutorial, we will discuss HTML headings, including their importance, how to use them correctly, and best practices to optimize them for SEO. A Heading or h tag is a feature in HTML that we use to add a…