Nateg5151 / Prework-study-guide

MIT License
0 stars 0 forks source link

HTML #1

Open Nateg5151 opened 1 year ago

Nateg5151 commented 1 year ago

s a boot camp student, I want a Prework Study Guide website, so that I can review all the information I learned throughout Prework. GIVEN a Prework Study Guide website WHEN I visit the website in my browser THEN I see four boxes titled HTML, CSS, Git, and JavaScript with associated notes listed WHEN I view the study guide THEN I see a dark blue header and footer, and four boxes with a shadow WHEN I open the console in my browser THEN I can see the four topics I learned listed along with a suggestion on what I should study first WHEN I visit the website using the URL THEN I can access my website from any browser

Nateg5151 commented 1 year ago

!DOCTYPE html>

Prework Study Guide

Prework Study Guide

Profile image of cat wearing a bow tie.

HTML

  • The head element contains information about the webpage.
  • The body element represents the visible content shown to the user.

CSS

  • Enter your CSS notes here

Git

  • git status: checks what branch we are currently on
  • git checkout -b branch-name: creates a new branch and switches to it

JavaScript

  • Enter your JavaScript notes here