blob: e2166cae2cef38c2d249002cf6502de21466fb0c (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<body>
<div style="display: inline; border: 2px solid; border-right: none">One</div>
<div>Two</div>
<div style="display: inline; border: 2px solid; border-left: none"></div>
</body>
</html>
|