Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
#id {
//body
}
<div id="id"></div>
Code:#id { //body }
würde dann
betreffenCode:<div id="id"></div>
CSS 4 You - The Finest in Stylesheets: Workshop CSS: Teil 3 - Selektoren I
#id.b {
color: #FFFFFF;
text-decoration:underline;
}
#divelement b {
}
es gibt noch diese Möglichkeit
HTML:#divelement b { }