Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help

what is this <div> element... and what is the full form of div... and when is it used

8th Jan 2017, 6:09 PM
stephen haokip
stephen haokip - avatar
3 Answers
+ 5
Division, used to divide the page into divisions/sectors Helps you manipulate style massively with CSS and JS……
8th Jan 2017, 6:15 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 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.
8th Jan 2017, 6:14 PM
James Durand
James Durand - avatar
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
21st Apr 2017, 9:30 AM
Dominik Kleidt