Help on Soft Reject For HTML Template for following reason. Please help and suqqest

Hello all,

I am uploading HTML Template for the first time. my template has rejected for the following reason

  1. STRICT MODE REQUIRED: All JavaScript should be written with “use strict” mode on. Please note that strict mode is scoped. For concise code it is recommend to placed
  1. TYPOGRAPHIC HIERARCHY: The typographic hierarchy of this item requires additional work. For more information, please read: http://webdesign.tutsplus.com/articles/understanding-typographic-hierarchy--webdesign-11636

  2. SPACING AND ALIGNMENT: There are spacing and alignment issues in this item. Please make sure that all elements are aligned properly and spacing is consistent from section to section. Here are some articles with more information regarding negative space and proper spacing: http://webdesign.tutsplus.com/articles/using-white-space-or-negative-space-in-your-designs--webdesign-3401,\ http://webdesign.tutsplus.com/articles/adding-space-to-your-designs--webdesign-14836

Please i m not getting what i have done wrong in html. thought i have used “strict mode” in JavaScript file i again got this point in rejection.

Your suggestions and help would be very appreciated. here is my demo URL
http://adornthemes.com/html/nexgeek/

Thanks

1 Like

I am getting these 2 issues. Any suggestions?

  1. SPACING AND ALIGNMENT: There are spacing and alignment issues in this item. Please make sure that all elements are aligned properly and spacing is consistent from section to section. Here are some articles with more information regarding negative space and proper spacing:

  2. STRICT MODE REQUIRED: All JavaScript should be written with “use strict” mode on. Please note that strict mode is scoped. For concise code it is recommended to placed on top of the Javascript file.

1 Like

please upload link demo preview thanks.

Thanks for your reply. Here is the demo url http://preview.w3helps.com/kubiz/

  1. SPACING AND ALIGNMENT: Need to use same spacing for each section available in page. do not use different space for each section.
  2. STRICT MODE REQUIRED: add “use strict”; to start of javaScript functions. Read More details here https://eslint.org/docs/rules/strict