You are on page 1of 1

Hands-On Exercise Create a HTML page to detect events Objective: You will be able to know about jQuery events

Complete the following assignment: i. Create a HTML page with <div> tag with height=50px , width=50px and color=red . Write a code to handle single click and double click event ii. Create a HTML page with a textbox box. Write a code to handle focus event. I t should display message Your textbox has been focused iii. Create a HTML page with a textbox. Type a letter in textbox, it should aler t the letter pressed by you. iv. Create a HTML page with a textbox. Write a code to handle mouseover event. Deliverables Expected: Submit the .html file. The code file should have comments like description, developed by and the date

You might also like