核心提示:前端页面文字对齐小技巧!DOCTYPE htmlhtml lang=enheadmeta charset=UTF-8titleDocument/title/headbody用 户 名: input t...
前端页面文字对齐小技巧
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> 用 户 名: <input type="text"> 密 码: <input type="password">//空格为全角 联系方式: <input type="text"> </body> </html>