Sử dụng thẻ
Ví dụ
Bạn có thể thử chạy đoạn mã sau để tìm hiểu cách thêm tiêu đề tài liệu trong HTML -
<!DOCTYPE html> <html> <head> <title>Title comes here</title> </head> <body> <p>title tag is used for indicating the title of the HTML document. HTML document title is visible via browser’s title bar.</p> </body> </html>