!DOCTYPE htmlhtmlhead meta charset=UTF-8 titleARP欺骗检测软件title link rel=stylesheet href=stylecssheadstylestylebody div id=box h1ARP欺骗检测软件h1 div class=buttons a href= url_forregist
<p>可以使用CSS中的text-align属性将文本居中,例如:</p>
<style>
#box {
text-align: center;
}
</style>
<body>
<div id="box">
<h1>ARP欺骗检测软件</h1>
<div class="buttons">
<a href="{{ url_for('register.html') }}">注册</a>
<a href="{{ url_for('login.html') }}">登录</a>
</div>
</div>
</body>
<p>上述代码将文本居中显示。</p>
原文地址: https://www.cveoy.top/t/topic/fsxc 著作权归作者所有。请勿转载和采集!