HTML element <dialog>

PHOTO EMBED

Fri May 13 2022 15:35:39 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #html

1<div role="dialog" aria-labelledby="dialogTitle" aria-describedby="dialogDesc">
2  <h2 id="dialogTitle">Your personal details were successfully updated</h2>
3  <p id="dialogDesc">You can change your details at any time in the user account section.</p>
4  <button>Close</button>
5</div>
content_copyCOPY