Correcting teacher:天蓬老师
Correction status:qualified
Teacher's comments:总结的非常简洁,希望记住
-常用标签的基本用法
<a href="https://www.php.cn/">php中文网</a>
<p>哈哈</p>
<form action="1.php" method="get">
<label for="email">邮箱:</label>
<input type="email" placeholder="请填写邮箱" id="email" required>
<button>提交</button>
</form>
for="email" 和 required
这个是在工作中没有没有用到而新发现的id ,class ,style