我在div中使用了2个类,但是想先关闭其中一个类,稍后在代码中关闭另一个类,有没有可能的方法? Facebook只是一个例子。
<body>
<header>
<div class="title titleborder">Dank nasty title</div class="title">
<a href="https://facebook.com" target="_blank">This is a link</a></div class="titleborder">
</header>
</body>
答案 0 :(得分:0)
您无法在关闭HTML标记时使用类。对内部类使用WordNetLemmatizer
标记:
(CSS只是一个随机的例子,可以看到不同类的实际结果)
span
&#13;
.titleborder {
border: 2px solid red;
}
.title {
background: green;
color: white;
}
&#13;