Question
What is id selector?

Answers

ID selector is an individually identified (named) selector to which a specific style is declared. Using the ID attribute the declared style can then be associated with one and only one HTML element per document as to differentiate it from all other elements. ID selectors are created by a character # followed by the selector's name. The name can contain characters a-z, A-Z, digits 0-9, period, hyphen, escaped characters, Unicode characters 161-255, as well as any Unicode characteras a numeric code, however, they cannot start with a dash or a digit.
#abc123 {color: red; background: black}

This and only this element can be identified as abc123

  Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Who won the World Welterweight Boxing title?
  • Q Will it be necessary to give Kaffara for breaking a Mustahab fast?
  • Q If you donot specify an access modifier for a method, what is the default access modifier?
  • Q Niagara falls of india?
  • Q Using a 5% level of significance, is there sufficient evidence for Q-Mart to conclude that customers who use the Q-Mart card charge, on average, more than those who use another charge card? Explain your answer.
  • Q What is the effect of DLS on MicroStrategy?
  • Q Why Char array is preferred over String for storing password?
  • Q Bilrubin is produced by what part of the body
  • Q Write short notes on Sources of impurities in pharmaceutical compounds.
  • Q What are local and global variables and their differences?
  • Q List the different states of XMLHttpRequest with their description.