Microsoft
Sun Microsystems
Netscape
Oracle
onkeypress
onkeydown
onkeyup
All of the above
element.getChildren()
element.childNodes
element.getElementsByTagName()
element.getChildNodes()
element.background = "red";
element.style.backgroundColor = "red";
element.style.background = "red";
element.css.backgroundColor = "red";
To Perform Server Side Scripting Opertion
To Execute Query Related to DB on Server
To add interactivity to HTML Pages
To Style HTML Pages
shift()
pop()
remove()
delete()
It is triggered when an element is clicked
It is triggered when an element gains focus
It is triggered when an element is hovered
It is triggered when the window is resized
onchange
onsubmit
oninput
onreset
onprogress
onload
onerror
oncomplete
removeAttr()
deleteAttribute()
removeAttribute()
deleteAttr()
CSS
Python
HTML
JavaScript
oncontextmenu
onmousedown
onrightclick
onselect
insertBefore()
insertPrevious()
appendBefore()
addBefore()
onsize
onresize
onzoom
onexpand
insertAfter()
appendChild()
prependChild()
To style HTML Pages
To perform server-side scripting operation
To execute query related to DB on server
When the function is defined as a looping statement
When the function is defined as expressions
When the function is predefined
getElementByTagName()
getElementById()
getElementByClass()
querySelector()
What will the following JavaScript code do?
var element = document.getElementById("myDiv");element.remove();
Remove the element with the ID "myDiv" from the DOM
Remove all child elements inside the element with the ID "myDiv"
Hide the element with the ID "myDiv"
Move the element with the ID "myDiv" to a different location
hasChildNodes()
childNodes
children
hasChildren()
push()
unshift()
.html
.java
.js
.css
element.addEventListener("click", function);
element.addEventHandler("click", function);
element.attach("click", function);
element.on("click", function);
document.getElementByTagName()
document.getElementsByTagName()
document.querySelectorAll()
document.tagName()
onedit
onupdate
document.getElementByClassName()
document.getElementsByClassName()
document.querySelectorAll(".class")
Both b and c
stopImmediatePropagation()
preventDefault()
stopPropagation()
cancelPropagation()
element.innerHTML
element.value
element.content
element.innerText
element.addEvent()
element.addEventListener()
element.attachEvent()
element.onEvent()
onmove
onscroll
classList.add()
classList.remove()
classList.toggle()
classList.replace()
innerHTML
innerText
textContent
upload
load
onmouseout
onmouseover
JavaScript interpreter processes programs written in Java.
JavaScript interpreter processes commands in a script written in JavaScript.
Java and JavaScript are almost similar
JavaScript cannot be embedded in HTML.
onblur fires when an element loses focus, and onfocus fires when an element gains focus
Both events fire when the window is minimized
Both events trigger when the page is loaded
onblur fires when an element is clicked, and onfocus fires when the mouse moves over an element
DOMContentLoaded
onstart
oninit
LimeScript
ECMScript
Coffee Script
ECMAScript
replaceNode()
replaceElement()
replaceChild()
replaceWith()
Client Side
Server Side
Both A and B
None of These
onkeyrelease
onexception
onwarning
onfail