Day Five: Form Updates

I spent most of today writing, but I was determined to put aside some time to make the semantic and regex updates I mentioned yesterday. And I did! While trying to decide if I should break my form up using <section> elements, I came across the <fieldset> and <legend> elements in the MDN documentation, so… Continue reading Day Five: Form Updates

Day Four: HTML Form Validation & Semantic Structure

Today, I completed the form validation and semantic structure sections of Codecademy's HTML course. I'll be using what I reviewed today to work on my order form tomorrow and then it's on to CSS review with styling to follow. Things that stood out today: My old friend regex. I last encountered it when I was… Continue reading Day Four: HTML Form Validation & Semantic Structure