Question: Languages: HTML, CSS, JavaScript. 3. Your page should contain 4 images in a 2x2 grid (from the last assignment). Include a new dropdown menu with
Languages: HTML, CSS, JavaScript.


3. Your page should contain 4 images in a 2x2 grid (from the last assignment). Include a new dropdown menu with references to each image If i select an item from this dropdown menu, it should hide that particular image (i.e. remove it from the page) If i select a different image from the menu, it should hide that current image and re-show the one which had been previously hidden. Again, this is a form of toggling behavior. a. b. 4. Create a Javascript object called "Me". a. The "Me" object should be comprised of several attributes Name a Height . Age Array of favorite movies Favorite song (which is also an object with attributes) Artist Album Genre Array of instruments used . . b. Display this object on your page in a nested, unordered list, similar to what you see above You cannot hard code the list's text in your html, they must be assigned with javascript c. 5. Create a second object called "User2" with different attributes, but identical size (i.e arrays in the object have the same length as the "Me" object) a. Include a third button called "Switch User
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
