Simple-HTML-Page fork and clone Tags : header nav aside footer main section p div span h1..h6 "use at least one of them" ul, li "use nested list(with order and un order)" table: tr, th, td a "with diffrent targets" img "use alt text" audio: "size < 5 Mb" video: "size < 5 Mb" button: "optional*" article Tips : Code in the right way and follow semantic elements in HTML. use every tags that mentioned above. use alt for every links we have. The page must have a title, description, and favicon. There is no need to use CSS and JavaScript.