cambocox / prework-study-guide

Study Guide for course pre-work
MIT License
0 stars 0 forks source link

HTML #1

Open cambocox opened 1 month ago

cambocox commented 1 month ago

HTML

User Story

As a bootcamp student I want the prework notes to be structured on a webpage so that 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, and JavaScript with associated notes listed

Joyopare commented 1 month ago

four sections using the section tag so that each section holds one of the four titles

cambocox commented 1 month ago

Hi Joyopare, what do you mean?