0
Help
what is this <div> element... and what is the full form of div... and when is it used
3 Antworten
+ 5
Division, used to divide the page into divisions/sectors
Helps you manipulate style massively with CSS and JS……
+ 1
Div is a standard HTML element that is used whenever you have a section of a page. It's a block type container which means that it will fill all available horizontal space in its parent. It is used pretty often and tends to be one of the default elements that is used.
0
The <div> tag ist something like an Container where you can put everything into it
div's are something to organize the place of certain elements
in HTML5 you can use <section>, <aritcle> and <aside> to do this more clearly
Note: you can make everythin with div's as a Container it is up to you how to use it