Englisch ['da??l?g]
n Konversation, Dialog; Frage und Antwort, Dialogk?rper; Ausdruck mit Dialog
Dialoge
HTML-Dialog-Tag Syntax
Funktion: Dialogfeld oder Fenster definieren.
Hinweis: Das <dialog>-Tag ist ein neues Tag in HTML 5.
Hinweis: Das <dialog>-Tag ist ein neues Tag in HTML 5. Derzeit unterstützen nur Chrome und Safari 6 das <dialog>-Tag.
HTML-Dialog-Tag Beispiel
<!DOCTYPE html> <html> <body> <p><b>注釋:</b>只有 Chrome 和 Safari 6 和支持 dialog 標(biāo)簽。</p> <table border="1"> <tr> <th>一月 <dialog open>這是打開的對話窗口</dialog></th> <th>二月</th> <th>三月</th> </tr> <tr> <td>31</td> <td>28</td> <td>31</td> </tr> </table> </body> </html>
Instanz ausführen ?
Klicken Sie auf die Schaltfl?che ?Instanz ausführen“, um die Online-Instanz anzuzeigen