Skip to content

[css] 第328天 怎么使用css选择空链接? #2024

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第328天 怎么使用css选择空链接?

我也要出题

Activity

alanhe421

alanhe421 commented on Mar 8, 2020

@alanhe421
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style type="text/css">
        a[href=''], a:not(href) {
            color: #ff3333;
        }

    </style>
</head>
<body>

你好<a>地球人</a>

</body>
</html>
longhui520

longhui520 commented on Mar 9, 2020

@longhui520

[href='']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@alanhe421@longhui520

        Issue actions

          [css] 第328天 怎么使用css选择空链接? · Issue #2024 · haizlin/fe-interview