🎯💻HTML Challenges for Beginners🏆🏅
This repository contains Beginner HTML Challenges & a Wiki that has complete tutorial for HTML Beginners
⬇️ Installation
First, fork this repository 🍴 and follow the given instructions:
clone the repository to your local machine
$ git clone https://github.com/
navigate to the project’s directory and install all the relevant dev-dependencies
$ cd HTML-Challenges-For-Beginners
include all the latest changes from the remote repository
$ git remote add upstream https://github.com/LearnEarn-Fun/HTML-Challenges-For-Beginners
$ git fetch upstream
$ git merge upstream/master
-
Add your submissions for the milestone you are working on in the respective milestone folder
-
Once you have made your changes, run the following command:
Add your changes
$ git add
make your commit
$ git commit -m “
push your changes
$ git push -u origin master #for first time push $ git push #from second push onwards
Challenges:
Want to Contribute to this repository?
Head over to Contributing Guidelines to know more!
Intermediate & Advanced HTML Challenges:
If you would like to continue with advanced levels of the HTML Challenges, then you could practice them.
❤️ Project Admin
Learn Earn & Fun |
LICENSE
This repository follows the GNU General Public License.