如何添加 CSS 程式化公式:
<style type="text/css"> a.info {
position:relative;
z-index:24;
background-color:#ddd;
color:#000;
text-decoration:none
}
a.info:hover {
z-index:25;
background-color:#ff0
}
a.info span {
display: none
}
a.info:hover span {
display:block;
position:absolute;
top:2em;
left:2em;
width:10em;
border:2px solid #0cf;
background-color:#555;
color:#fff;
}
a:link {
text-decoration:none;
}
</style><font face="times new roman, serif" size="5">
<a class="info" href="http://www.bylau.com">
SS<sub>T</sub><span>variable explanation</span>
</a> =
∑ (<i>x</i><sub><i>i </i></sub>− <i>x̄</i><sub>grand</sub>)<sup>2</sup>
</font>
进入 Google 协作平台?
我已经尝试过 HTML 框工具 https://support.google.com/sites/answer/2500646?hl=en&topic=1046075&ctx=topic
并且格式仍然无法在 Google 协作平台中使用。