Can someone explain another function <div> in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone explain another function <div> in css

hehe

10th Jun 2019, 6:59 AM
Akhmad Muflihuna
Akhmad Muflihuna - avatar
3 Answers
+ 4
You can replace <div>with <article> ,for example
10th Jun 2019, 8:11 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 3
Div only defines a section in a document!
10th Jun 2019, 7:44 AM
CodeFu
CodeFu - avatar
+ 1
The <div> tag is nothing more than a container unit that encapsulates other page elements and divides the HTML document into sections. Web developers use <div> elements to group together HTML elements and apply CSS styles to many elements at once. Div is used with CSS frameworks such as Bulma, Tailwind CSS, Bootstrap 4, Semantic UI, Foundation, Materialize CSS, etc
11th Jun 2019, 7:59 AM
Chris Coder
Chris Coder - avatar