Web technology reference for developers
Structure of content on the web
Code used to describe document style
General-purpose scripting language
Protocol for transmitting web resources
Interfaces for building web applications
Developing extensions for web browsers
Learn web development
Learn to structure web content with HTML
Learn to style content using CSS
Learn to run scripts in the browser
Learn to make the web accessible to all
A customized MDN experience
Get real-time assistance and support
All browser compatibility updates at a glance
Learn how to use MDN Plus
Frequently asked questions about MDN Plus
Write, test and share your code
Scan a website for free
此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。
在 CSS 中,伪类选择器只依据元素的状态,而不是元素在文档树中的信息,来选择目标元素。举例来说,选择器 a:visited 仅仅应用于那些用户已经浏览过的链接。
a
:visited