[attribute]





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

[type][name]{
 background-color: #CC99FF;
}


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>
  • <!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>