Article content navigator in wordpress like mbaskool website

Just use the nextpage tag in the post (alt+shift+p shortcut in editor).

<!--nextpage-->

If the pagination doesn’t show there anyway, you have to add wp_link_pages function to the single file template.

wp_link_pages();