HTML 参考手册
HTML <legend> align 属性
对标题进行右对齐
源代码:
点击运行 »
<form> <fieldset> <legend align="right">Personalia:</legend> Name: <input type="text" size="30"><br> Email: <input type="text" size="30"><br> Date of birth: <input type="text" size="10"> </fieldset> </form>
运行结果:
点击运行 »