08.15.2018: One Lesson of Coding
Today's soundtrack is William Fitzsimmons: Pittsburgh, a beautifully melancholic and strangely nostalgic album. This afternoon, the Randomizer has decreed that I shall learn one lesson on freeCodeCamp. Today, I'll be learning how to use HTML to make checkboxes. Like radio boxes, checkboxes are a form that allows a site to receive user inputs; however, checkboxes allow for more than one selection at a time. To allow for accessibility features, we start a checkbox by labeling i
