打开多个班级,只关闭一个班级

时间:2016-11-10 00:51:22

标签: html css

我在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>

1 个答案:

答案 0 :(得分:0)

您无法在关闭HTML标记时使用类。对内部类使用WordNetLemmatizer标记: (CSS只是一个随机的例子,可以看到不同类的实际结果)

&#13;
&#13;
span
&#13;
.titleborder {
  border: 2px solid red;
  }
.title {
  background: green;
  color: white;
  }
&#13;
&#13;
&#13;