How do i know where to use <div> in html? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How do i know where to use <div> in html?

Title is self explanatory

6th Apr 2019, 7:43 PM
NateyBoi
NateyBoi - avatar
3 ответов
+ 2
You don't have to at all, but it's a useful container element for structuring your code (even if there might be suitable semantic alternatives available in HTML5). Any more specific questions?
6th Apr 2019, 8:40 PM
::sк::
::sк:: - avatar
+ 1
If you want to add another content not related with the previous one or you need another block where you want to write separate things there you can use <div> tag. for eg: If you can use it on navigation bar and content of a page separately then you should use div here
6th Apr 2019, 8:38 PM
Prabhat Kumar Singh
Prabhat Kumar Singh - avatar
+ 1
Div means division and when you want to make an specific part of your web and decorate it with css you use a div for those elements in it
6th Apr 2019, 8:39 PM
Juan David Padilla Diaz
Juan David Padilla Diaz - avatar