0

what is the uses of <div> ? any one answer me with examples.

uses of <div> tag

14th Jun 2018, 6:56 AM
Navindra.M
Navindra.M - avatar
4 Respuestas
+ 3
The <div> tag defines a division or a section in an HTML document. The <div> element is often used as a container for other HTML elements to style them with CSS or to perform certain tasks with JavaScript. Tip: The <div> element is very often used together with CSS, to layout a web page. Note: By default, browsers always place a line break before and after the <div> element. However, this can be changed with CSS. For more information about CSS try the CSS course here at Sololearn.
14th Jun 2018, 7:27 AM
Ryan
Ryan - avatar
+ 2
lol u Mods i pity u. 24/7 Sololearn nurses! 😝😝
14th Jun 2018, 7:08 AM
Siddharth
Siddharth - avatar
+ 1
You're welcome Navindra.
14th Jun 2018, 4:32 PM
Ryan
Ryan - avatar
0
thanks for all who answer my question , thanks
14th Jun 2018, 2:13 PM
Navindra.M
Navindra.M - avatar