gpt4 book ai didi

html - 你如何使 anchor 标签居中?

转载 作者:行者123 更新时间:2023-12-01 04:59:21 25 4
gpt4 key购买 nike

尝试将 a 标签居中时,我做错了什么?

我无法将 text-align 属性应用于 anchor 标记,但我可以将其应用于段落、div 和其他标记。

我的HTML代码如下

<!DOCTYPE html>
<html>
<head>
<title>Centering An A Tag</title>
<link="theme.css" rel="stylesheet" type="text/CSS">
</head>
<body>
<a href="https://www.example.com" id="Link1">
Link To example.com
</a>
</body>
</html>

我的CSS代码如下

#Link1{
text-align: center;
}

我也不能使用 margin-left:auto;右边距:自动;方法。

如果重要的话,我正在使用谷歌浏览器。

最佳答案

给你 http://jsfiddle.net/mrodriguezr/AEF3L/

#Link1{
text-align: center;
display:block;
}

关于html - 你如何使 anchor 标签居中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24399917/

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