Horje

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

See the Example

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

Output should be:

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




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