Skip to content

Web Development with HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

gauravtushar17/web-development

 
 

Repository files navigation

Web Development

This repository is for users gettings started in Web Developments. There are some tasks listed in Issues. View the task, complete them and try to submit a pull request to this repository. The pull request will be reviewed by a member and merged after review.

View the listed tasks here and start coding.

Submission Guideline

Note All submission should made under a folder with your username, i.e. CC-BHU/task.html

To submit your pull request to thi repository, follow the steps:

  1. Fork this repository, using the fork button.

    Fork creates a copy of the repository under your profile, that will contain your version of the project. You can make any changes to the repository.

    Fork Button
  2. Clone your forked repository

    This step wll create a local copy of the repository in your system.

    git clone <repository-url>
  3. Add and commit your changes

    Make your changes and save those changes by making a commit.

    git add <filenames>
    git commit -m "commit description"
  4. Push your local changes

    Your commit will be pushed, and will reflect in your GitHub repository.

    git push
  5. Create a Pull Request Submit your pull request containg changes using GitHub.

About

Web Development with HTML, CSS and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 99.7%
  • CSS 0.3%