Horje

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

Most browsers will display the <code> element with the following default values:
index.html
Example: HTML
<style>
code { 
  font-family: monospace;
}
</style>

Output should be:

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




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