BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form> <fieldset> <legend>Personalia:</legend> Name: <input size="30" type="text"><br> Email: <input size="30" type="text"><br> Date of birth: <input size="10" type="text"> </fieldset> </form> <form> <fieldset> <legend align="right">Personalia:</legend> Name: <input size="30" type="text"><br> Email: <input size="30" type="text"><br> Date of birth: <input size="10" type="text"> </fieldset> </form> <p>在 HTML 4中 align 属性已废弃,HTML5 已不支持该属性.</p> </body> </html>
运行结果