<details>
<summary>Global Goals</summary>
<p>
The Global Goals are a set of 17 commitments made by 193 world leaders, to
end extreme poverty, inequality, and climate change by 2030..
</p>
</details>
3. Dialog 对话框
为网站添加对话框的语义方法。但在我看来,原生的 HTML 元素要逊色于用户界面库中的现成组件
1
2
3
4
5
<dialog open>
<p>Greetings, one and all!</p>
<button>Close</button>
</dialog>