hr tag in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
The hr tag defines a thematic discontinuity in an HTML page (e.g. a subject change).
The hr tag creates a dash between delimited topics.
How to use the hr . card
Example : Use the hr tag to end a piece of content.
<!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> <h1>Học lập trình miễn phí tại web888.vn</h1> <hr> <p> Freetuts.net là một blog cá nhân được xây dựng với mục đích chia sẻ kiến thức về lập trình web nói chung và lập trình nói riêng. </p> </body> </html>
Attributes of the hr . tag
The hr tag is provided with all the Global Attributes in HTML.