Here is my coding.. What have I done wrong. I am on number 6 and it is not working Can someone please look at this and give me some help.?Thanks\[code\]<html> <head> <title> My Homework </title> </head> <body> <div style="width:400px; height:200px" id="firstdiv"> <br /> <br /><center>Well Hi there! <br/> Answer the prompt to see what happens next.</center> </div> <script type="text/javascript"> var moquestion = window.prompt("What is the capital of Missouri?",""); if (moquestion.length < 1) { <div style="width:400px; height:200px" id="sorrydiv"> <br /> <br /> <h1><center>Sorry you don't feel like playing.<br />The capital of Missouri is Jefferson City</center></h1> </div> } </script> </body></html>\[/code\]Below is the assignment[*]Create a webpage with all the basic HTML tags.[*]Inside the \[code\]<body>\[/code\], create a \[code\]<div>\[/code\] tag with an element id.[*]Insert some text into the \[code\]<div>\[/code\] tag.[*]Add your script below this \[code\]<div>\[/code\] so that it will not attempt to run until the has loaded.[*]Use the window.prompt method to ask