我想试试在<code>里加入<span>并设置<span>内的样式,想问问没显示出来的问题在哪,新手小白请教大佬
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>code标签介绍</title>
</head>
<body>
<p>我们可能知道水平渐变的实现,类似这样:<br><code><span style="coler:red;font-size:20px;text-align:center">{background-image:linear-gradient(left, red 100px, yellow 200px);}</span></code></p>
</body>
</html>