Saved Bookmarks
| 1. |
HTML Elements: Interactive Elements |
Answer»
An example that shows the usage of the <summary> element and the <details> element is given below: <details><summary>Summary of the topic</summary> Java is an Object Oriented Programming Language. </details> |
|