Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to selects input elements with the "required" attribute specified using css ?

user-image
Question ajoutée par karem ibrahemm , ويب ديزاينر , فالكو
Date de publication: 2017/04/10
medhatmahmoud mahmoud
par medhatmahmoud mahmoud , Web Designer , Connect Computer Service Co

<head>

<style>

input:required {

    background-color: yellow;

}

</style>

</head>

<body>

 

<p>An optional input element:<br><input></p>

 

<p>A required input element:<br><input required></p>

 

</body>

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?