- Are you a chocolate lover? Do you think you know everything about chocolate? Take this simple trivia quiz to find out!
-
I made this quiz as part of an assignment for the CodeSquad 2024 Mini Course I'm taking before starting the bootcamp. The purpose of this project was to build a basic html site that involved linking pages, adding images, and writing proper html code. I was able to pick any topic I chose to for creating the quiz, so I decided to do one on chocolate to appeal to my love of it. I also added some personal touches by adding a little CSS to change the background color and add a border.
-
I'm doing a Mini Course to gain acceptance into CodeSquad's 2024 Full Stack Bootcamp.
- CodeSquad is a non-profit organization that works to train its students to become full-stack software developers. Students learn web design and server-side development, as well as Agile methodology, effective communication and teamwork.
-
In order to complete this unit, I needed to do the following:
-
Create your own “quiz” web page.
-
The quiz can be on whatever topic you like, but it must:
- Be in written in proper HTML document structure and indentation
- Contain at least four multiple choice questions.
- Contain a link to another html page, an answer key
- Contain at least 2 images. You may use the images within the starter code or use your own
- Hint: make sure you are using the “alt” attribute for all images.
- Use formatting tags (ex. bold, italic, insert, and mark tags) and headings.
- Link to an external web page (this can be in the answer key)
-
SUBMISSION: Package all files into a zip file and submit the zip file.
- Edit May 8, 2024- I've made a few edits to my code before I practice deploying it with GitHub pages as I'm currently learning about Deployment in the bootcamp.