Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML hgroup Tag</title> </head> <body> <hgroup> <h1>This is a main heading</h1> <h2>This is sub-heading</h2> </hgroup> </body> </html>