How Can i highlight the tree groups of element ? Thanks you. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How Can i highlight the tree groups of element ? Thanks you.

Highlight the tree groups. https://code.sololearn.com/Wu5h4aBBDSTR/?ref=app

2nd Mar 2021, 6:04 AM
Malick Diagne
Malick Diagne - avatar
1 ответ
- 1
Hey there Malick Diagne , What do you mean by highlight? Like applying a background color? :) Just style it by using the ids: in css section, an example: #id1my { background-color :... ; } just do this for the elements you want to highlight. :)
2nd Mar 2021, 10:03 AM
Matthew
Matthew - avatar