Table of contents :
6: Conclusion and Usefull links.
There are other things you can do with Chrome DevTools. I did not mention them all. This article would be way to long if I did. But this should be enough to get you started. If you want to know more, you can try the following links, or google for what you want to know.- Chrome DevTools This is the original explanation by Google itself, on developers.google.com.
- The Beginner’s Guide to Chrome Developer Tools Extensive explanation of Chrome DevTools.
-
Validator to check for errors in your HTML pages.
Here you can check your HTML pages for syntax errors.
- You can find more about the Developertools for other browsers too, at: "What are browser developertools" at MDN Web Docs.
- More information about debugging HTML at: "Debugging HTML"
- How to debug Front-end: "How to debug Front-end" Debugging your HTML page.