Horje

How to set Default CSS Settings

Most browsers will display the <b> element with the following default values: Change the default CSS settings to see the effect.
index.html
Example: HTML
<style>
b { 
  font-weight: bold;
}
</style>

Output should be:

How to set Default CSS Settings




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