+ 1
what is: <div>..............<\div>
2 Answers
+ 2
<div> ... <\div> is probably a mistake.
<div> ... </div> however, is a division tag. It is used mainly with classes or ids in order to manage them using CSS or JavaScript, allowing you to change their position, color, etc. or their content.
0
A <div> tag defines a division or a sector in a HTML document.