请考虑关注HTML代码段,
<center>
<input type="text" id="one">
<input type="text" id="two">
<a href="#" id="three">Hyperlink</a>
<input type="text" id="four">
</center>
如上所示,由于“<center>...</center>
”标记,所有内容都将居中对齐。但是,我不希望HTML元素的中心对齐属性具有“id = 3”,即超链接。有没有办法让我实现这个目标?关于类似设计的替代建议也受到欢迎。
提前致谢。