+ 1
pls what does div stand for?
4 Answers
+ 5
division , section
+ 2
It stands for division, have a closer look to this example then you will understand it well..
<html>
<body>
<h1>Headline</h1>
<div style="background-color:black; color:white; padding:20px;">
<p>Hello there! as in this example you can see "div" element helps you to style your paragrah </p>
<p>Another paragraph goes here.</p>
</div>
</body>
</html>
0
<div>Hello World</div>
0
division dude.