whAT IS THE THE USE OF <DIV> TAG | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

whAT IS THE THE USE OF <DIV> TAG

U

10th May 2022, 5:48 AM
AKASH 🌞
AKASH 🌞 - avatar
2 Antworten
+ 1
Mainly used to define an structure/“object”. For example <div class=“card”> <img src=“url” > <p> </p> </div> Now with css i could easily move the card object around and style the contents inside. In JS you could could also have so that you read from some file / api and create a bunch of these on the fly
10th May 2022, 5:54 AM
Raul Ramirez
Raul Ramirez - avatar
0
THANKS
10th May 2022, 6:15 AM
AKASH 🌞
AKASH 🌞 - avatar