div tag in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
The div tag defines a section or section in an HTML document.
The div tag is used to group elements to format them with CSS.
How to use the div . tag
Example : Use the div tag to group elements and color them.
<!DOCTYPE html> <html> <head> <title>Học lập trình miễn phí tại web888.vn</title> <meta charset="utf-8"> </head> <body> <div style="color:#0000FF"> <h3>Học lập trình miễn phí tại web888.vn</h3> <p>Freetuts.net nơi chia sẻ các kiến thức về lập trình.</p> </div> <p>web888.vn</p> </body> </html>
div . tag attribute
The div tag is given attributes