完成登入與註冊頁面的前端

2022-09-13 11:12:10 字數 998 閱讀 1713

完成登入與註冊頁面的html+css+js,其中的輸入項檢查包括:

使用者名稱6-12位

首字母不能是數字

只能包含字母和數字

密碼6-12位

註冊頁兩次密碼是否一致

"en

">"

demo

">www

class="

box">

"header

" style="

background-color: aquamarine

">

"content

">

"center

">賬號:

"uname

" type="

text

" name="

user

" placeholder="

請輸入使用者名稱

">

"center

">密碼:

"upass

" type="

password

" name="

psw" placeholder="

請輸入密碼

">

"error_box

">

"button

"class="

btn btn-primary

"onclick="

fnlogin()

">登陸

"regist.html

">"

button

"class="

btn btn-info

" name="

regist

" value="

註冊">

"background-color: aquamarine

">

版權資訊@

完成登入與註冊頁面的前端

完成登入與註冊頁面的html css js,其中的輸入項檢查包括 使用者名稱6 12位 首字母不能是數字 只能包含字母和數字 密碼6 12位 註冊頁兩次密碼是否一致 登陸doctype html html lang en head meta charset utf 8 title title tit...

完成登入與註冊頁面的前端

完成登入與註冊頁面的html css js,其中的輸入項檢查包括 使用者名稱6 12位 首字母不能是數字 只能包含字母和數字 密碼6 12位 註冊頁兩次密碼是否一致 賬號 密碼 登入取消 h3 outbox input box error box body function mylogin else...

完成登入與註冊頁面的前端

完成登入與註冊頁面的html css js,其中的輸入項檢查包括 使用者名稱6 12位 首字母不能是數字 只能包含字母和數字 密碼6 12位 註冊頁兩次密碼是否一致 登入 html 1 doctype html 2 html lang en 3 head 4 meta charset utf 8 5...