gpt4 book ai didi

html - 何时需要向 HTML 元素添加尾部斜线?

转载 作者:行者123 更新时间:2023-11-27 23:56:17 26 4
gpt4 key购买 nike

<分区>

考虑以下来自 this AngularJS tutorial 的代码片段:

<div class="auth-forms">

<h2>Log In</h2>

<form ng-submit="login()">
<input type="email" ng-model="user.email" placeholder="Email" class="form-control"><br>
<input type="password" ng-model="user.password" placeholder="Password" class="form-control"><br>
<input type="submit" value="Log in" class="btn btn-primary" />
</form>

</div>

前两个<input>标签不以斜杠结尾,但最后一个以斜杠结尾。我注意到他在教程的其他地方写道 <br/>而在这里他只是写<br> .这两种符号有什么区别吗?为什么他在不同的地方用不同的方式写它们?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com