如何在div或span中使用两种css样式

时间:2010-05-14 07:23:54

标签: css html

我如何在div <div id="span,google"></span>

上使用两种风格

2 个答案:

答案 0 :(得分:7)

你不能像这样分配两个id,但你可以使用两个类:

<div class="span google"></div>

此外,您无法将该元素作为div启动,并将其作为代码中的span关闭。我会把它写成拼写错误,然后。

.span { some-css }
.google { other-css }

答案 1 :(得分:1)

你可以这样做:

<div class="span google"></div>

您应该在样式表中设置.span.google个类