Write two HTML pages that uses CSS positioning to make the appearance of explosion/implosion. Both pages will have two anchors at the top, labelled 'in' and 'out'. Those anchors must be at the same location in both pages, and should be near each other. The 'in' link will load the HTML page (Inlab0204in.html) with a 3X3 grid in the middle ofthe screen. Each element is 50 X 50. The 'out' link will load the HTML page (Inlab0204out.html) with nine 50X50 squares. Each square is offset from the corresponding square in the 'in' page so that it looks like an exploded Inlab0204in.html There are at least two contrasting colors used for the the squares (each square has a single color). A crude ASCII approximation may demonstrate the intent in: x o x o x o x o x out: o x x o x o x x o