193k views
3 votes
Pretend that you are part of a software team that have just developed a new banking platform for Bowie State University Entrepreneor Centre. In this platform students can deposit money, and make withdrawer. You are charged with developing the user interface to this new platform, so that when any user who logs in can search and display the checking account , make deposit, transfer money from checking to saving, make investment into a Crypto Staking account. There are two databases at the backend-MSQL and Crypto Blockchain using Meta_Mask.

1)Write a simple html/CSS program that takes the two values to register the user using the browser. Use your laptop. The user provides a BSU email address, and password. This is called SIGN UP.

1 Answer

4 votes

Final answer:

To develop the user interface for the banking platform, you can use HTML and CSS. Create a form with input fields for the email address and password, and style it using CSS.

Step-by-step explanation:

To develop the user interface for the banking platform, you can use HTML and CSS. Begin by creating a form in HTML that includes input fields for the BSU email address and password. Use the 'input' tag with the 'type' attribute set to 'email' for the email address and 'password' for the password. Add labels for each input field using the 'label' tag. Next, add a submit button using the 'input' tag with the 'type' attribute set to 'submit'. Style the form and input fields using CSS to create a visually appealing user interface.

User Johann Bosman
by
7.4k points