👨🎓 Codecademy Certification: Learn HTML
📁 Project Type: Certification Project
📅 Date Completed: May 2025
“Form a Story” is a beginner-level HTML project where users fill out a form and generate a short story from their input. This exercise demonstrates proper use of HTML form elements, including inputs, radio buttons, checkboxes, and the form
tag structure.
- HTML form creation and submission
- Labeling and grouping inputs
- Using
placeholder
,required
, and inputtypes
- Semantic form structure
- Clone the repo:
git clone https://github.com/CarterBartz/html-form-a-story.git
#codecademy #html #cert-project #learn-html #forms