View Full Version : What is div in HTML?
pooja escorts
07-13-2020, 10:22 PM
What is div in HTML?
RH-Calvin
07-16-2020, 02:28 PM
The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a container for HTML elements - which is then styled with CSS or manipulated with JavaScript.
sinelogixtech
07-17-2020, 11:28 AM
Hi Friend,
Definition and Usage. The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a container for HTML elements - which is then styled with CSS or manipulated with JavaScript. The <div> tag is easily styled by using the class or id attribute.
gautamsharma
07-18-2020, 04:28 AM
<div></div> It is a tag in html which specify the one portion or a particular section.
lishmalinyjames
03-31-2021, 11:12 AM
The div tag is known as the Division tag. The div tag is used in HTML to make divisions of content in the web page like (text, images, header, footer, navigation bar, etc). It is used to the group of various tags of HTML so that sections can be created and style can be applied to them.
kumbakonamfc
08-12-2021, 12:13 PM
The div tag is known as Division tag. The div tag is used in HTML to make divisions of content in the web page like (text, images, header, footer, navigation bar, etc). Div tag has both open(<div>) and closing (</div>) tag and it is mandatory to close the tag.
lishmalinyjames
08-13-2021, 08:34 AM
You should use <div> when there is no other more semantically appropriate element that suits your purpose. Its most common use will likely be for stylistic purposes — i.e., wrapping some semantically marked-up content in a CSS -styled container.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.