Skip to content

extinctsion0/basic-html-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

basic-html-template

Lets learn some basic html. The template we will be creating contains only basic html tags

πŸš€ Lets get Started

  1. Fork this repo

  2. Clone the repo

 git clone https://github.com/extinctsion0/basic-html-template.git
  1. Create a branch with name of your choice and switch to that
 git branch name-of-your-choice
 git switch name-of-your-choice

Or

git checkout -b name-of-your-choice
  1. Create a index.html file and try to create a similar template as in the link https://nurexcoder.github.io/template/

  2. 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
  3. Then raise a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages