Horje

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

Most browsers will display the <embed> element with the following default values
index.html
Example: HTML
<style>
embed:focus {
  outline: none;
}
</style>

Output should be:

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




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