Class:
- PULL and PUSH.
- Control System.
- Memorise and Derived.
Task:1
Display Google Home Page as shown in figure.
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.