Code
Execute
<!DOCTYPE html> <html> <head> <style> h1 { display: none; } </style> </head> <body> <h1>Wikitechy</h1> <p>H1 Heading Is hidden</p> </body> </html>
Result