主頁
HTML
HTML 計算機程式碼
Tryit: HTML samp 元素
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>The samp Element</h2> <p>The samp element is used to define sample output from a computer program.</p> <p>Message from my computer:</p> <p><samp>File not found.<br>Press F1 to continue</samp></p> </body> </html>