Display child pages in a parent page? [closed]

I believe you’re looking for this: get_page_children()

That function will return an array of your sub-pages, which you can iterate through to display your list.