STEP-1: After write code validate HTML and css
- Write well know and and align code
- Insert comment for better understand
- Indentation match and ensure open-closing tag
- Use Jigsaw css validator
- Use Js formatter for javascript code and HTML
- Use Css lint and eslint
- validate with w3school html validator and solve the issue.
- Before/after write code always check with browser support I mentioned here some tools [BrowserStack(paid),Browserling(free+paid), IE NetRenderer(free)]
STEP 2: Use css reset and html reset
- You can use Normalize.css
- HTML5 Reset and
- Eric Meyer’s Reset CSS
STEP 3: Maintain Layout structure.
- Always use HTML viewport metatag
- CSS Multiple Columns click here to know more
- CSS Flexbox and Grid click to know more
STEP 4: Detect feature so during development
Here I mentioned some tools
STEP 5:
Test on real device you can also use some tools like browserstack but I will recomend real device always better.
STEP 6:
- Always keep update you libaray and packages
- Use modern frontend frameworks as like reactJs, VueJs or AngularJs and keep up to date it's a good practice
- Always use big comunity support frameworks so that you get better support for feature.
Thanks for your time:
You can reach me at : https://www.linkedin.com/in/nipuchakraborty
Top comments (0)