Lets learn some basic html. The template we will be creating contains only basic html tags
-
Fork this repo
-
Clone the repo
git clone https://github.com/extinctsion0/basic-html-template.git
- Create a branch with name of your choice and switch to that
git branch name-of-your-choice
git switch name-of-your-choice
git checkout -b name-of-your-choice
-
Create a index.html file and try to create a similar template as in the link https://nurexcoder.github.io/template/
-
Once your done with the template, commit the changes and push it to github
git status git add . git commit -m "Your message" git push -u origin name-of-your-choice
-
Then raise a pull request