Nitin Batra

Types of COFFEE

AFFOGATO
Espresso poured on a vanilla ice cream. Served in a cappuccino cup.
AMERICANO (or ESPRESSO AMERICANO)
Espresso with added hot water (100–150 ml).
CAFFÈ LATTE
A tall, mild 'milk coffee' (about 150-300 ml).
CAFFÈ MOCHA
A caffè latte with chocolate and whipped cream, made by pouring about 2 cl of chocolate sauce into the glass, followed by an espresso shot and steamed milk.
CAPPUCCINO
A coffee drink consisting of espresso and a milk foam mixture (drink size about 160–240 ml).



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.

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