Horje

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

Most browsers will display the <cite> element with the following default values:
style.css
Example: CSS
<style>
cite { 
  font-style: italic;
}
</style>

Output should be:

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




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