+ 1

what is: <div>..............<\div>

5th Nov 2016, 9:10 AM
Enton Shehu
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.
5th Nov 2016, 10:31 AM
Pierre Varlez
Pierre Varlez - avatar
0
A <div> tag defines a division or a sector in a HTML document.
5th Nov 2016, 9:22 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar