learn html programs(117 program)how to use text indent and text align property in css

Опубликовано: 19 Июль 2026
на канале: Jay Shukla
8
0

#html #coding #magicofoneclick #demonstrate #text #indent #text #align #css #attribute #html5

Hello everyone and welcome to my channel magic of one click,please subscribe,like and share to get amazing programming videos.

In this program we will learn how to use text align and text indent attribute in html.

DESCRIPTION OF TAGS:-
HTML - Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE - Tag is used to give title of the program.
BODY - Tag defines main content of HTML.
DOCTYPE - Tag is used to inform the browser about the version of HTML used in the document. It is called as the document type declaration (DTD).
FONT WEIGHT- Tag is used give font different styles.
TEXT INDENT- Text-indent property specifies the indentation of the first line in a text-block.
TEXT ALIGN - Text-align property specifies the horizontal alignment of text in an element.