Tree Example <! DOCTYPE html > < html > < head > < title > DOM Navigation </ title > </ head > < style > #outer { width : 800px ; height : auto ; border : 1px solid black ; margin : 150px auto ; padding : 10px ; border-radius : 1rem ; } #inner { width : 600px ; height : 200px ; border : 1px solid black ; border-radius : 1rem ; m...