Hello Guys, How are you, here Source for try at your own system or mobile, HTML Source :- <!DOCTYPE html> <html> <head> <title> Display LayOut Part-2</title> <link rel="stylesheet" href="DisplayLayOutPart-2.css" > </head> <body> <div class="imgbox" id="img" >Image Box <br/> <img src="img.jpg" alt="fjords" style="width:100%"> <button onclick="removeElement()"> Click Here to Using NONE</bu\ > </div> <div class="imgbox2" > Reset Box <br/> <img src="img2.jpg" alt="forest" style="width:100%" > <button onclick="resetElement()"> Reset</button> <script> function removeElement() { document.getElementById("img").style.display="none"; } function resetElement() {...