Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
.wrapper::first-line { background: cyan }
</style>
<div class="wrapper">
WrapperFirstLine<br>
WrapperSecondLine<br>
<dialog id="a" open>
<details>
<summary>This is the summary</summary>
These are the details
</details>
</dialog>
</div>