Text Formatting Tags in HTML Tamil || Learn HTML Tutorial In Tamil | தமிழ் ||

Опубликовано: 27 Июль 2026
на канале: Ctrl+F
156
1

An HTML element is defined by a start tag, some content, and an end tag.

The HTML P element defines a paragraph.

A paragraph always starts on a new line, and browsers automatically add some white space (a margin) before and after a paragraph.
HTML Display
You cannot be sure how HTML will be displayed.

Large or small screens, and resized windows will create different results.

With HTML, you cannot change the display by adding extra spaces or extra lines in your HTML code.

The tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.

The HTML break element defines a line break.

The text inside a (Pre) element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks
HTML Formatting Elements
Formatting elements were designed to display special types of text:
The HTML Pre element defines preformatted text.