br tag in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
The br tag breaks the current line and moves to a new line.
The br tag has no closing tag.
How to use the br . card
Example: Use the br tag to break lines in very long documents.
<!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> <p> PHP (viết tắt của cụm từ Personal Home Page)<br> là ngôn ngữ lập trình kịch bản (scripting language) mã nguồn mở <br> được dùng phổ biến để ra tạo các ứng dụng web chạy trên máy chủ </p> </body> </html>
Attributes of the br . tag
The br tag is supported by all Global Attributes in HTML.
Browser support
- Chrome
- Firefox
- IE
- Safari
- Opera