create a repository on github create a folder on your local system and got to that folder in terminal git init git remote add origin [email protected]:sanjeet-toosi/HTML.git git add . git commit -m 'first commit' git push origin master
add html 5 extension in your vscode