【发布时间】:2022-09-23 19:24:09
【问题描述】:
我的代码是:
<!DOCTYPE html>
<html>
<head>
<style>
span{ background-color: rgb(33, 30, 47);
color: rgb(147, 149, 152);}
</head>
<body>
<pre>
<code>
<span>// Prints 5 to the console</br>
console.log(5);
</span>
</code>
</pre>
</body>
</html>
但我得到了:
标签: html