Class:
- PULL and PUSH.
- Control System.
- Memorise and Derived.
Task:1
Display Google Home Page as shown in figure.
![](https://lh4.googleusercontent.com/-gCJ9TAgB0bz2ftYP-SZCrh3HoPiuF_6hU6Tw_F1Pjz-Qj46x4yS0aaCWfDUJA0e-B7J144mQ47vnoPlaJIND5cLogFMrxvOvAAwL8PxKvlep5eqxAb-khJNQNE0QT_slezl459H)
Steps:
- Take a pragraph using p tag and enterd Google.
- Using span tag to each letter in Google and change its style according to given input image.
- Take a text box using input type="text" tag and increase padding and width of the text box.
- Remove the box-shadow and outline using css properties i.e. box-shadow:none and outline:none.
- Take two buttons using input type="button" tag and remove the border.
- Increase the border radius, padding, background-color and margin according to input image.