Good resource: https://devdocs.io/ maintained by FreeCodeCamp
This repository is for the code related to the odin project for learning Web Development.
To change the default git commit message editor to VSCode we use: git config --global core.editor "code --wait"
Atomic Commits are good practices for using Git. If we want to use VSCode for commit message write git commit
and then Ctrl+S
instead of git commit -m "COMMIT MESSAGE"
For CSS Code Firefox has a much better support than Chrome [Check this] (https://youtu.be/a-V8GFtwjos?feature=shared) whereas Chrome works really well for Javascript related tasks.
Add no content in head tag, if we do not specify anything in title tag, the name of html file is taken by default.
Validator: https://validator.w3.org/ See this video: Building first webpage