Il tag pre in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
Il tag pre definisce una parte di testo preformattata.
Il testo nella coppia di pre tag verrà visualizzato con un carattere a larghezza fissa (solitamente Courier), che manterrà sia gli spazi che le interruzioni di riga.
Come utilizzare la carta pre
Esempio : utilizzare il tag pre per stampare testo preformattato.
<!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>
Attributi del tag pre
Il tag pre supporta tutti gli attributi globali in HTML.