CSS Division and Usage
0 3662
The <div> tag known as a division or a section in an HTML document. The <div> tag is used to anything from text to images to videos that can be placed within a div.
Div is similar to tables but they are easier to use to format them with CSS.
Div tag start with <div> and end with </div>
Example:
<div> <img src="welcome.jpg" alt="" /> </div>
Share:
Comments
Waiting for your comments