Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,如果有人知道如何使用 Code Runner,我将如何将 html 文件链接到 css 文件。Code Runner 甚至支持 css 吗?
谢谢
好吧,您使用哪个 IDE 或编辑器都没有关系。
为了将 CSS 电子表格添加到您的 HTML 页面,您必须使用<link>标签。
<link>
HTML 链接标签
<head> <link rel="stylesheet" type="text/css" href="theme.css"> </head>