Horje

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

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

iframe[seamless] {
  display: block;
}
</style>

Output should be:

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




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