Tag HTML dt
- 24-07-2022
- Trung Minh
- 0 Comments
Il tag dt ha la funzione di descrivere il nome del concetto, la definizione nell'elenco delle definizioni.
Utilizzare in combinazione con il tag dd (descrivere il contenuto della definizione) e il tag dl (descrivere l'elenco delle definizioni)
Come usare la dl.card
Ad esempio , utilizzare il tag dl in combinazione con il tag dd e il tag dt per descrivere le definizioni dei linguaggi di programmazione.
<!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> <dl> <dt>PHP</dt> <dd> 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ủ... </dd> <dt>Javascript</dt> <dd> Javascript là một ngôn ngữ thông dịch, chương trình nguồn của nó được nhúng hoặc tích hợp vào tập tin HTML. </dd> </dl> </body> </html>
Attributi del tag dt
Il tag dt è supportato Global Attributes in HTML.