Author: Dharmesh kumar

HTML Non Breaking Spaces

In HTML, a non-breaking space is used to add extra spaces between words or characters that the browser should not collapse or…

October 11, 2025 2 min read

HTML Pre Tag

Sometimes, you want your text to follow the exact format of how it is written in the HTML document. In these cases,…

October 11, 2025 2 min read

HTML Horizontal Line Tag

The Horizontal Line Tag <hr> in HTML is used to draw a straight line (horizontal line) that separates the content of a…

October 11, 2025 2 min read

HTML Center Tag

Center tag means placing text, an image, a button, or an entire element in the center of a webpage. When something appears…

October 10, 2025 2 min read

HTML Line Break Tag

Whenever you use the <br/> element, anything following it starts from the next line. This tag is an example of an empty…

October 10, 2025 2 min read

HTML Paragraph Tag

The <p> tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in between an…

October 10, 2025 1 min read

HTML Heading Tags

Heading tags in HTML are used to give any content a title or subtitle. They make the information on a page properly…

October 10, 2025 1 min read

HTML Overview

HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages. Originally, HTML was developed…

October 10, 2025 2 min read