🎯💻HTML Challenges for Beginners🏆🏅

This repository contains Beginner HTML Challenges & a Wiki that has complete tutorial for HTML Beginners

GitHub forks GitHub Repo stars Watchers

HTML-Challenges-For-Beginners

⬇️ Installation

First, fork this repository 🍴 and follow the given instructions:

clone the repository to your local machine

$ git clone https://github.com//HTML-Challenges-For-Beginners.git

$ 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 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:

  1. Fun With Headings & Titles
  2. Add some text
  3. Fun with Lists
  4. Fun with Links

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.

Intermediate HTML Challenges

Advanced HTML Challenges

❤️ Project Admin

Learn Earn & Fun

LICENSE

This repository follows the GNU General Public License.