<!DOCTYPE html> <html> <head> <style> h6 { display: block; font-size: .67em; margin-top: 2.33em; margin-bottom: 2.33em; margin-left: 0; margin-right: 0; font-weight: bold; } </style> </head> <body> <p>An h6 element is displayed like this:</p> <h6>This is heading 6</h6> <p>Change the default CSS settings to see the effect.</p> </body> </html>