From e840a179d21d1c3172eeb5e092d023402fd1b6c6 Mon Sep 17 00:00:00 2001 From: "Ruthie (they/them)" <102179075+mx-ruthie@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:37:21 -0600 Subject: [PATCH] Update html-forms.md removes projected time, removes some exercises, adds keywords and questions --- web/html-forms.md | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/web/html-forms.md b/web/html-forms.md index ac0d00fc4..4c78d55d3 100644 --- a/web/html-forms.md +++ b/web/html-forms.md @@ -1,13 +1,14 @@ # HTML Forms -### Projected Time +### Week 3 Keywords and Questions -3 hours - -- Lesson: 90 min -- Guided Practice: 1 hour -- Independent Practice: 15 min -- Check for Understanding: 15 min +- How to create HTML forms +- How to add validation in the attributes +- How to submit the form +- Form fields: Text, Radio, Checkbox, Select (dropdown) +- Understand how the