I learned that HTML isn't just about putting text on a screen—it's about giving that text meaning using semantic tags. For my evidence, I built a functional farmer registration form for a fertilizer purchasing system.
Here are a few things I focused on:
type="email" and type="tel").required attribute.for attributes for accessibility.fieldset and legend for better structure.