EduCoder_web training assignments--add instructions to form components

first round

B C A

Second level

  <!-- ********* Begin ******* -->
     <input type="radio" name="Film" value="Film1">夺冠</input>
     <input type="radio" name="Film" value="Film2" id="Film2"><label for="Film2">我和我的祖国</label></input>
    <label> <input type="radio" name="Film" value="Film3">姜子牙</input></label>
     
   <!-- ********* End ********* -->

Third pass

   <!-- ********* Begin ******* -->
    <input type="checkbox" name="Sports" value="sport1" checked>打篮球</input>
    <input type="checkbox" name="Sports" value="sport2" id="sport2"><label for="sport2">打排球</label></input>
     <label>   <input type="checkbox" name="Sports" value="sport3" >踢足球</input></label>
        
        <input type="checkbox" name="Sports" value="sport4" >其他</input>

    
   <!-- ********* End ********* -->

Fourth level

   <!-- ********* Begin ******* -->
    <input type="text" autofocus="autofocus"  ></input>
    <br/>
   <label for="reason"> 推荐理由:</label><textarea rows="4" required="required" cols="40" id="reason" wrap="hard"></textarea>
    
    
   <!-- ********* End ********* -->

Who am I,
a college student at school,
willing to share learning resources,
I hope I can find like-minded you!
Follow my official account now!
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45803282/article/details/110497729