//bbb/ccc

Aug. 9, 2020


Select all elements 'ccc' which are children of 'bbb'

//bbb/ccc

<html> <head> </head> <body> <aaa> <bbb> <ccc>this</ccc> </bbb> </aaa> <bbb> <ccc>this</ccc> </bbb> </body> </html>

Return to home