Last active
April 25, 2021 11:36
-
-
Save ann-mukundi/1d1ff79475fcfc9faddf68f34b1594a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In the cp-readiness repo created in git and version control, create a branch called HTML-CSS. Use this branch for the exercise below. | |
Recreate an interface similar to the the google home page (https://www.google.com/) | |
When a user clicks the “Google Search” button, validation should be done to check whether or not they typed something in the search field. | |
If they did, then the user should get an alert with what they typed. Otherwise they should be advised to type something. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment