Menu Bar

Google Home Page

Class:

  1. PULL and PUSH.
  2. Control System.
  3. Memorise and Derived.

Task:1

Display Google Home Page as shown in figure.

Steps:

  1. Take a pragraph using p tag and enterd Google.
  2. Using span tag to each letter in Google and change its style according to given input image.
  3. Take a text box using input type="text" tag and increase padding and width of the text box.
  4. Remove the box-shadow and outline using css properties i.e. box-shadow:none and outline:none.
  5. Take two buttons using input type="button" tag and remove the border.
  6. Increase the border radius, padding, background-color and margin according to input image.

Code:

Output: