HTMLフォーム 📝


旅を始めて、100日カレンダーに印をつけます👨‍💻🚀

日: 1/100 📅

プロジェクト - 1 🔨

# HTML Form📝  

> Client side form validation with HTML 📜

`Check required, length, email and password match 📧`

- Create form UI 👨‍💻
- Show error messages under specific inputs ⚠️
- check Required() to accept array of inputs 🔣
- check Length() to check min and max length 〽️
- check Email() to validate email with regex ✔️
- check Passwords Match() to match the confirm password 🔑



公開➡️Netlify

ソースコード 👉 GitHub