<code>标签
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>code标签介绍</title>
</head>
<body>
<p>我们可能知道水平渐变的实现,类似这样:<code>{ background-image:linear-gradient(left, red 100px, yellow 200px);}</code></p>
</body>
</html>
为什么它总是说书写不正确