🎯 What you'll learn: All HTML list types (ordered, unordered, description), HTML tables with proper structure and accessibility, and the full form element system — input types, labels, fieldsets, validation attributes, and textarea/select/checkbox/radio. By the end you can build any data entry form.
1-A 2-A 3-A 4-A | 5 mandatory 6 email 7 = <label for="n">Name</label><input id="n" name="name"> 8 = <table><tr><th>Name</th><th>Age</th></tr><tr><td>Ali</td><td>15</td></tr></table> 9 = Radio = pick one; checkbox = pick many | 10 = It keys the submitted value