learn html programs(130 program)how to use margin left,right,bottom,top property

Опубликовано: 29 Сентябрь 2024
на канале: Jay Shukla
36
0

#html #coding #magicofoneclick #margin #bottom #top #left #right #css #property #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 margin top,bottom,left,right property 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).
MARGIN - The margin property sets the margins for an element, and is a shorthand property for the following properties: margin-top. margin-right margin left and bottom.