What is an id selector used for | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is an id selector used for

1st Jun 2018, 5:09 AM
Oyye
Oyye - avatar
5 Respostas
+ 3
It is used to select a specific element of the page with that id. It is like the class selector, with the only difference that ids are unique and not classes
1st Jun 2018, 5:14 AM
Ī‘Ī·Ļ„ĪæĪ¹Ļ€e
Ī‘Ī·Ļ„ĪæĪ¹Ļ€e - avatar
+ 2
You need to understand HTML first to learn how select elements
1st Jun 2018, 5:18 AM
Daniel Silva
Daniel Silva - avatar
+ 1
if your looking to find an element in HTML tree which has an id you can use css selector or xpath selector based on id. in order to check your pattern open inspect mode in browser by typing f12 and cntrl+f to find an element and paste the pattern
1st Jun 2018, 5:36 AM
Pavan Kumar T S
Pavan Kumar T S - avatar
+ 1
Whatā€™s div in HTML
1st Jun 2018, 5:05 PM
Black Widow
Black Widow - avatar
0
ID is the most specific selector, and overrides the class and tag selectors. it should be used sparingly, and only to select individual elements.
5th Jun 2018, 7:41 PM
Jordan WS
Jordan WS - avatar