📌  相关文章
📜  我们什么时候需要<samp>在 HTML 中使用标签?</samp>

📅  最后修改于: 2022-05-13 01:56:45.581000             🧑  作者: Mango

我们什么时候需要在 HTML 中使用 标签?

在本文中,我们将讨论 标签以及何时在 HTML 中使用它。 HTML 标签用于在计算机屏幕上返回错误信息。这类似于段落

标记,用于抛出错误。它也被称为采样短语。

语法

 some error message or text 

示例

HTML


 

    Error occurred while opening a file
    
        Hello Geek     
    Error: 404 not found


HTML


 

    error



输出:

Error occurred while opening a file
Hello Geek
Error: 404 not found

示例 2:

HTML



 

    error


输出:

error