Markup

With laptops and tablets being used more in schools, I wonder if something like this has ever been done in a middle-school class on HTML:

<input type="radio" name="like" value="yes" />  Yes
<input type="radio" name="like" value="no" />  No
<input type="radio" name="like" value="Just friends" /> Just Friends

This kid totally didn't get an A though. He didn't even bother with labels, let alone a fieldset!

Bah. The contrived youth of today is LAZY.