[Solved] Is this structure of the code is correct? [closed]
[ad_1] NO it’s not! While skimming through I noticed several problems. I noticed you have css linked via a link element <link type=”text/css” rel=”stylesheet” href=”https://stackoverflow.com/questions/36872408/templates/style2.css”/> Which is good, but after your closing html tag you have css down there. Don’t do that! Also it’s bad practice to have an element with nothing inside it, which … Read more