Horje

How to set Default CSS Settings for HTML <dfn> Tag

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

index.html
Example: HTML
<style>
dfn { 
  font-style: italic;
}
</style>

Output should be:

How to set Default CSS Settings for HTML <dfn> Tag




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