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