More Example.
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<style>
details > summary { padding: 4px; width: 200px; background-color: #eeeeee; border: none; box-shadow: 1px 1px 2px #bbbbbb; cursor: pointer;
}
details > p { background-color: #eeeeee; padding: 4px; margin: 0; box-shadow: 1px 1px 2px #bbbbbb;
}
</style>
</head>
<body>
<h1>The details and summary elements + CSS</h1>
<details> <summary>Epcot Center</summary> <p>Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.</p>
</details>
</body>
</html>
How to create HTML <summary> Tag | HTML Tag |
How to use CSS to style <details> and <summary> | HTML Tag |
How to set Default CSS Settings in HTML <summary> Tag | HTML Tag |
Type
: |
html |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Tag |
Uploaded by
: |
Admin |