<nav> <a>1</a> <a>2</a> <a>3</a> </nav> <style type="text/css"> nav{ display: table-row; } a{ display: table-cell; } </style>