Skip to content

Instantly share code, notes, and snippets.

View foster55f's full-sized avatar

Foster Taylor foster55f

View GitHub Profile

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

A Beginners Guide to Git

A Beginners Guide to Git

Gives Software Developers the tools to be able to work on a project at the same time

  1. Git is a version control system
  • Used for managing the changes to a project over time.
  • Git allows you to decide exactly when you save a version of a project
  1. GitHub is the website that hosts the Git Repos (folders with Git tracking) online, making it easier to share.
On a website, what is the purpose of HTML code?
What is the difference between an element and a tag?
Why do we use attributes in HTML elements?
Describe the purpose of the head, title, and body HTML elements.
In your browser (Chrome), how do you view the source of a website?
List five different HTML elements and what they are used for. For example, <p></p> is a paragraph element, and it is used to represent a paragraph of text.
What are empty elements?
What is semantic markup?
What are three new semantic elements introduced in HTML 5? Use page 431 in the book to find more about these new elements.