Stylesheet - MDN Web Docs Glossary: Definitions of Web-related terms 编辑
A stylesheet is a set of CSS rules used to control the layout and design of a webpage or document. Internal stylesheets are placed inside a <style>
element inside the <head>
of a web document, and external stylesheets are placed inside a separate .css
file, which is applied to a document by referencing the file inside a <link>
element in the document's head.
External stylesheets are generally preferred because they allow you to control the styling of multiple pages from a single place, rather than having to repeat the CSS across each page.
Learn more
General knowledge
- CSS first steps
- Stylesheets on Wikipedia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论