User information

















Links to jump for others pages

1.Create a webpage which should have Title as defined by the user. It should display content in bold,italic, underlined and entire content should be center aligned. Include the link to www.google.com also.

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.

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.