Horje

Default CSS Settings for <abbr> Tag

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

index.html
Example: HTML
<style>
abbr { 
  display: inline;
} 
</style>
<p><abbr title="Hyper Text Markup Language">HTML</abbr> describes the structure of Web pages using markup.</p>

Output should be:

Default CSS Settings for <abbr> Tag




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