Horje

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

index.html
Example: HTML
<style>
h3 { 
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
</style>

Output should be:

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




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