实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
span.highlight
6
{
7
background-color:yellow;
8
}
9
</style>
10
</head>
11
12
<body>
13
<p>
14
<span class="highlight">This is a text.</span> This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. <span class="highlight">This is a text.</span>
15
</p>
16
</body>
17
</html>
18