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