1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<head> <style> form {display: inline} .clear:after {content: "."} .clear {display:table} </style> </head> <body> <div class="clear"> <form> <h3>There should be a fourth dot bellow...</h3> </form> </div> </body> </html>