Main page Code <?php /* ### requirements 1. create a basic js tree with html ul-li tags 2. load with ajax 3. make parent and child check boxes independent of each other 4. load json with ajax 5. check/uncheck all nodes 6. check/uncheck particular node 7. redraw entire tree */ ?> <!DOCTYPE html> <html lang="en">…