Frontend
HTML tag|details & summary
details & summary 相關筆記與範例整理。
<details><summary>Click here to see more from Earth 616</summary> <table> <tr> <th>ID</th> <th>Name</th> <th>Location</th> <th>Job</th> </tr> <tr> <td>1</td> <td>John Doe</td> <td>Earth</td> <td>Human</td> </tr></table></details>