Skip to content

Instantly share code, notes, and snippets.

View CLLane's full-sized avatar
🎨

Christopher Lane CLLane

🎨
View GitHub Profile
@CLLane
CLLane / mod_0_session_4_practice_tasks.md
Last active April 17, 2019 22:57 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

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.

Things You Will Need In Your Backpack For School

1 Macbook Pro and Charger
2 Notebook 
3 Writing Utensil
4 Good Attitude

Things You Might Want To Have

  • Water Bottle
  • Packed Lunch
  • Smile
@CLLane
CLLane / mod_0_session_2_practice_tasks.md
Last active April 9, 2019 03:11 — forked from rwarbelow/mod_0_session_2_practice_tasks.md
Mod 0 Session 2 Practice Tasks

Session 2 Practice Tasks

The assignments listed here should take you approximately 2 hours.

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

1. Documentation and Googling (75 min)

Documentation of a langauge, framework, or tool is the information that describes its functionality. For this part of the practice tasks, you're going to practice digging into documentation and other reference material.

What is your greatest strength and how do you know?

My greatest strength I have to believe is my drive. If I feel that I am free to tackle a task in my own way the sky is
the limit. I have seen this highlighted through both my childhood and adult life. When I was a child I moved alot and
was determined to play sports in every new state, this resulted in me getting a scholarship offer for soccer. As an Adult
I just recently completed a whole gallery show worth of art work in less than a month, it was my drive and passion that
allowed me to do that.

How do you work best?

I work best in a structured environment, that is one part lecture and one part group activity/projects. This allows me
to take notes and think about the subject in theory, as well as the ability to work with others on a project and trouble

Day_1

On a website, what is the purpose of HTML code?

Hypertext Markup language is used for framing and describing structure and presentation of information. It includes
text, links, and references to images and lays the framework on which CSS and javaScript build.

What is the difference between an element and a tag?

Tags: Labels used to mark up the begining and ends of elements (i.e.< p > </ p>).
Elements: Include opening and closing tags and content is viewed by the user.
Elements are used within tabs for the user to interact with the web-page while Tags are the structure in which elements