CODE FOR HTML; <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CSS Sidebar Navigation Exercise</title> <link rel="stylesheet" href="Exercise008webProgram2ChangeBut.css"> </head> <body> <section id="home"></section> <div class="header"> <div class="header-text"> <h1 style="font-family: Consolas; font-size: 75px;"> My Artworks </h1> </div> </div> <div class="sidenav"> <a href="#home">HOME</a> <a href="#about">About</a> <a href="#description">Desciption</a> <a href="#contact">Contact</a> </div> <div class="main"> <section id="about"></section> <p> <b> About </b> </p> <p style=...