提示<code></code>标签不正确
的确是按照<code></code>来写的,可是还是说不正确。
请看如下实例
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>code标签介绍</title>
</head>
<body>
<p>我们可能知道水平渐变的实现,类似这样:<br/>{<br/><code>background-image:linear-gradient(left, red 100px, yellow 200px</code>);<br/>}</p>
</body>
</html>