blob: 9c9f41312e8da239ca02b435e3fa0ab7a14e669a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|