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