Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 561 Bytes

File metadata and controls

11 lines (9 loc) · 561 Bytes

Login-Credentials

Objective

  1. Designed a Login form which provides access to other resources.
  2. Developed a simple HTML form using JavaScript to validate the Username and Password with the database.

How to approach the Problem:

  • To design a Login Credential you need to know about HTML, Javascript, and CSS.
  • Create a webpage using HTML and create the Login Credential Window.
  • Validate the Username and Password from the Database which is in the program using Javascript.
  • And for editing the Webpage, Cascading Style Sheets are used (CSS).