Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
div {
width: 5ch;
border: 1px solid blue;
}
</style>
<body lang="en-us">
<div style="width: 10ch">Test example</div>
<div>ex­am­ple</div>
<div>1<br>ex­am­ple</div>
<div>1234 ex­am­ple</div>
<div>ex­am­ple 5678</div>
<div>1234 ex­am­ple 5678</div>
</body>