Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> body { text-align: center; } h1 { color: #225d9c; } </style> </head> <body> <h1>Example of the "hidden" attribute</h1> <!-- hidden paragraph --> <p hidden>Here is some text</p> </body> </html>