Horje

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

Most browsers will display the <area> element with the following default values: Click on the sun or on one of the planets to watch it closer:
index.html
Example: HTML
<style>
area {
  display: none;
}
</style>

Output should be:

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




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