<label for="foo1"></label> <label for="foo2"></label>Then the following CSS selector will make bold the 1st one (with for="foo1"):
label[for="foo1"] {
font-weight:bold;
}
<label for="foo1"></label> <label for="foo2"></label>Then the following CSS selector will make bold the 1st one (with for="foo1"):
label[for="foo1"] {
font-weight:bold;
}
<head> <!-- set response header: Content-Type: text/html; charset=UTF-8 --> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <!-- for HTML5 use the following: <meta charset="UTF-8"> --> </head>Also save the html file with UTF-8 encoding.
/** Content-Type: text/css; charset=UTF-8 */ @charset "UTF-8";Also save the css file with UTF-8 encoding.
background-image: url(#{resource['foo1:foo2/image.gif']});
which becomes:
background: url(javax.faces.resource/foo2/image.gif.xhtml?ln=foo1);