Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
<html>
<style>
div#details {
display: inline-block;
}
</style>
<body>
Details element:
<div id="details">
<div>Summary</div>
<p>This is the details.</p>
</div>
</body>
</html>