使用 HTML5 中的隱藏屬性在 HTML5 中創(chuàng)建隱藏段落,即不再相關(guān)的元素。
示例
您可以嘗試運(yùn)行以下代碼來(lái)實(shí)現(xiàn) HTML5 中的隱藏屬性 –
<!DOCTYPE html> <html> <body> <h2>Heading</h2> <p>This is a demo paragraph and visible.</p> <p hidden>This is a demo paragraph and hidden.</p> </body> </html>
登錄后復(fù)制
以上就是在HTML5中創(chuàng)建一個(gè)隱藏的段落的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注www.92cms.cn其它相關(guān)文章!