Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>CSS test reference</title>
<style>
[contenteditable] {
outline: 1px solid black;
outline-offset: -1px;
}
</style>
<div contenteditable></div>