HTML
- The head element contains information about the webpage
- The body element represents the visible content shown to the user
- HTML stand for Hypertext Markup Language
CSS
- Cascading Style Sheets
- Describes how HTML elements are to be displayed
- A margin indicates how much space we want around the outside of an element
- A padding indicates how much space we want around the content inside an element
Git
- Git is a distributed version control system
- Used for coordinating work among programmers
- Manage multiple versions of source code edits
- git status: checks what branch we are currently on
- git checkout -b branch-name: creates a new branch and switches to it
JavaScript
- JS is a programmiing language
- Designed for creating network-centric applications
- One of the core technologies alongside HTML and CSS
HTML
User Story
As a boot camp student, I want the prework notes to be structured on a webpage so I can easily find and read information
Acceptance Criteria
GIVEN a prework study guide website WHEN I visit the website in my browser THEN I see four boxes titled HTML, CSS, Git, JavaScript with associated notes listed