Horje

How to set Default CSS Settings in HTML <summary> Tag

Most browsers will display the <summary> element with the following default values.

index.html
Example: HTML
<style>
summary {
  display: block;
}
</style>

Output should be:

How to set Default CSS Settings in HTML <summary> Tag




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