标签: css
我在下面有这个页面:
http://www.tirengarfio.com/rs2/web/borrar.php
如何将链接放在第一行但位于页面右侧?
此致
哈维
答案 0 :(得分:1)
使用CSS float property:
<a href="#" style="float: right;">Link</a> <h1 style="display: inline;">Juan Garcia Granados</h1>