0

What is <div>

What is div and also what are the attributes and it’s uses

7th Jul 2025, 11:33 PM
ADEBAYOR ABUBAKRI
ADEBAYOR ABUBAKRI - avatar
2 odpowiedzi
+ 6
ADEBAYOR ABUBAKRI The <div> element is a block-level container used to group a section/part of code. It is commonly used to apply css or js to a section of the page. It stands for division and it can have several attributes such as id, class, style, title, hidden or any mouse/keyboard events such as onclick, on mouseover, etc.
8th Jul 2025, 1:33 AM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 1
<div> is a block-level element which means division, is also a container tag
8th Jul 2025, 6:29 PM
zain duah
zain duah - avatar