Hello and welcome back. In part I , we learned the theory behind the html div ta g and the form elements . We have quiet some coding to do in this part, so let's get to it. Create a new html file and name it sections.html . Open the file in your text editor (e.g. Sublime Text), type in the following code and save it. You can go ahead and view it on your browser afterwards, though it won't look quiet good just yet. <!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="sections.css"> </head> <body> <div id="header"> <h2>My Site</h2> </div> <div id="content"> <div id="main"> <p>Welcome to my website.<br>Please give me your feed...