用HTML CSS做員工資訊登記表

2021-10-03 12:49:50 字數 802 閱讀 4466

##首先看一下效果

##下面是**實現部分

使用者登入名: "text" name="fname" class="one" placeholder="[email protected]" />

真實資訊:"text" name="sign" class="one there" placeholder="江翰林" />(必填,只能輸入漢字)

真實年齡:"number" name="age" min="0" max="150" class="one there " />(必填)

出生日期:"date" name="date" class="one there " />(必填)

電子郵件:"email" name="email" class="one there" placeholder="[email protected]"/>(必填)

省份證號:"text" name="number1" class="one there " />(必填,能夠以數字,字母x結尾的身份證號)

手機號碼:"text" name="number" class="one there " />(必填)

幸運顏色:"color" class="there two " />(請選擇你喜歡的顏色)

"submit"class="two four"/> "reset" value="重置" class="two four"/>

直接複製到以.html結尾 的檔案,執行即可得到上面網頁。

員工資訊查詢

如下資料表 create tabledept emp emp noint 11 not null,dept nochar 4 not null,from datedate not null,to datedate not null,primary key emp no,dept no create ...

員工資訊表

有以下員工資訊表 staff id name agephone dept enroll date 1alex li 2213651054608 it2013 04 01 2jack wang 3013304320533 hr2015 05 03 3rain liu 251383235322 sale...

新員工錄入員工資訊表

公司將100名員工的資訊以鍊錶的形式儲存起來,並以工齡將其排序,構成順序表,先從公司其他部門轉來乙個員工,編寫程式,將新加入的員工資訊錄入表中 本題實現了在順序鍊錶中插入節點,通過對比各節點資料域的關係確定插入點的位置,然後對應插入點位置確定資料域關鍵字段 include include struc...