The navigator.plugins property

<!DOCTYPE html> <html> <body> <script> var len = navigat...

Detecting plugins hasPlugin() method

<!DOCTYPE html> <html> <body> <script> function hasP...

The onerror event example

<!DOCTYPE html> <html> <head> <script> function errFu...

The onload event example

<!DOCTYPE html> <html> <head> <style> p:nth-child(odd...

The onresize event example

<!DOCTYPE html> <html> <head> <style> p:nth-child(odd...

Displaying child nodes of the document's body

<!DOCTYPE html> <html> <body> <p> Click button to get chi...

Example of appendChild() method - adding a child node

<!DOCTYPE html> <html> <body> <script> function appendHe...

Example of cloneNode() method - cloning a node

<!DOCTYPE html> <html> <body> <ul id="list1">&...

Example of insertBefore() method - inserting a node

<!DOCTYPE html> <html> <body> <ul id="list1">&...

Example of removeChild() method - removing a child node

<!DOCTYPE html> <html> <body> <ul id="list1">&...