<!DOCTYPE html> <html> <body> <div height="500" width="500" hidden> <p>This block of content has been hidden by an attribute. The text will be visible by removing this attribute.</p> </div> <p>Remove hidden attribute to understand.</p> </body> </html>
Run
×
Share