# कोड की उपरोक्त पंक्तियों में दर्शाता है:<break-line><break-line>The # in the above lines of code represents:<pre><code><style>
#myHeader {
background-color: lightblue;
color: black;
padding: 40px;
text-align: center;
}
</style></code></pre>
यूनिवर्सल सेलेक्टर को वाइल्डकार्ड करैक्टर के रूप में कभी भी उपयोग नहीं किया जाता है।<break-line><break-line>The universal selector is never used as a wildcard character.
CSS में किसी एलिमेंट की बैकग्राउंड का रंग बदलने के लिए उपयोग की जाने वाली विशेषता:<break-line><break-line>The attribute used to change the background color of an element in CSS:
निम्नलिखित में से कौन सा सेलेक्टर्स उन एलिमेंट्स का चयन करने के लिए प्रयोग किया जाता है जिनकी एट्रिब्यूट वैल्यू स्पेसिफाईड वैल्यू के साथ समाप्त होती है ।<break-line><break-line>Which of the following selector is used to select elements whose attribute value ends with a specified value.