Untitled

EXERCISE (1 MINUTE)

All together, let's review the basic syntax in the following example.

<article>
  <h1>Learning HTML</h1>
  <p>Get to know the HTML basics.</p>
  <a href="http://html5rocks.com">Read Article</a>
</article>

Git vs GitHub

1. It is a software

1. It is a service

2. It is installed locally on the system

2. It is hosted on Web

3. It is a command line tool

3. It provides a graphical interface

4. It is a tool to manage different versions of edits, made to files in a git repository

4. It is a space to upload a copy of the Git repository

5. It provides functionalities like Version Control System Source Code Management

5. It provides functionalities of Git like VCS, Source Code Management as well as adding few of its own features

Last updated