Site icon Hip-Hop Website Design and Development

Override the WordPress default pagination markup

I want to render the WordPress posts pagination markup with my own HTML markup. My theme has a pagination markup with ul > li format. But the WordPress default pagination markup is different than my markup.

How can I apply my own HTML markup instead of the default pagination markup?