[attribute=value]





css/style.css
  • [type=text]{
  •  background-color: #FFFFCC;
  • }
[type=text]{
 background-color: #FFFFCC;
}


index.html
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  •  <link href="css/style.css" rel="stylesheet" />
  • </head>
  • <body>
  •  <input type="text" />
  •  <br />
  •  <br />
  •  <input type="text" />
  •  <br />
  •  <br />
  •  <input type="text" />
  •  <br />
  •  <br />
  •  <input type="submit" name="ok" value="OK" />
  • </body>
  • </html>
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  •  <link href="css/style.css" rel="stylesheet" />
  • </head>
  • <body>
  •  <input type="text" />
  •  <br />
  •  <br />
  •  <input type="text" />
  •  <br />
  •  <br />
  •  <input type="text" />
  •  <br />
  •  <br />
  •  <input type="submit" name="ok" value="OK" />
  • </body>
  • </html>