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 "aria-hidden" attribute</h1> <!-- aria-hidden="false" paragraph --> <p aria-hidden="false"> Here is some text </p> </body> </html>