Prof. Varsha Tank (IT/ICT Dept. - LJIET) : Presented by

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Presented by : Prof. Varsha Tank (IT/ICT Dept.

- LJIET)
UNIT – 3
JAVA SCRIPT
Topics to be covered
 Manipulation using DOM
 Onclick Event
Manipulation using DOM
 Creating new HTML elements
 Creating new HTML elements - insertBefore()
 Removing Existing HTML elements
 Replacing HTML Elements
Onclick Event
 When you click on button it will generate on click
event.
 You can handle this event many ways.
Summary
 Manipulation using DOM
 Onclick Event

You might also like