Horje

Most browsers will display the <h4> element with the following default values

See the Example

index.html
Example: HTML
<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>

Output should be:

Most browsers will display the <h4> element with the following default values




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin