Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
p {
background:gold;
width: 24em;
columns: 2;
column-rule: solid;
}
</style>
</head>
<body>
<p>Some<br>text</p>
</body>
</html>