是否可以在下面的代码中选择第 4 个<p>
标签并用 CSS 隐藏它?(它既没有类属性也没有 id)
<form id="registerform" name="registerform" action="http://localhost/wordpress/wp-login.php?action=register" method="post">
<p></p>
<p></p>
<style></style>
<p></p>
<p> //this tag
<label>
gen_code
<br>
<input id="gen_code" class="input" type="text" name="gen_code" value="" size="25" tabindex="20" style="font-size: 20px; width: 97%; padding: 3px; margin-right: 6px;">
</label>
</p>
<p class="submit"></p>
</form>