A tag pre em HTML
- 24-07-2022
- Trung Minh
- 0 Comments
A tag pre define um pedaço de texto pré-formatado.
O texto no par pré-tag será exibido em uma fonte de largura fixa (geralmente Courier), que preservará espaços e quebras de linha.
Como usar o cartão pré .
Exemplo : Use a tag pre para imprimir texto pré-formatado.
<!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> <pre> PHP (viết tắt của cụm từ Personal Home Page) là ngôn ngữ lập trình kịch bản (scripting language) mã nguồn mở được dùng phổ biến để ra tạo các ứng dụng web chạy trên máy chủ </pre> </body> </html>
Atributos da tag pre .
A tag pre suporta todos os atributos globais em HTML.