Google LLC is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, a search engine, cloud computing, software, and hardware. It is considered one of the big four Internet stocks along with Amazon, Facebook, and Apple. Google




Links to jump for others pages

2.Create a HTML Document in such a way that it should include the tags like paragraph, h1 to h6 heading, break tag usage.

3.Create a webpage which should have an image as background with width 400px and 500px dimensions. If the image could not be loaded, it should display an alternate text which should inform the user about the same.

4.Create a webpage using HTML Table tag in such a way it should display Firstname, lastname, age,multiple telephone numbers of the user. The table caption of the table should be User Information which should be displayed at the Top of the table. Try using rowspan and colspan feauture of table.

5.Insert an image and create a link such that clicking on image takes user to other page.

6.Create a HTML form which should take the following values from user: (i) First Name(ii)LastName(iii)E-mail Id (iv)DOB (v)Gender(vi)Place to upload user resume(vii)Submit button(viii)Reset Button also

7.Create an ordered list which should display the grocery items to be purchased by a household. Include the miscellaneous items also in the least priority list using unordered list.CSS list-style-type property should also be included.

8.Design a timetable and display it in tabular format.

9.Create a web page which should divide page into two equal frames Frame1 , Frame2

10.Create a webpage that prints your name to the screen, print your name in Tahoma font, print a definition list with 5 items, Create links to five different pages, etc.