使用
注意:
您可以嘗試執行以下程式碼來學習如何在HTML中建立預先格式化文字 −
<!DOCTYPE html> <html> <head> <title>HTML xmp Tag</title> </head> <body> HTML tags include <xmp><b> for bold text</b>, <i> for italic text.</i></xmp> </body> </html>
以上是我們如何在HTML中建立預先格式化文字?的詳細內容。更多資訊請關注PHP中文網其他相關文章!