First of all I want everyone to know that I am absolute beginner so please be patient with me.
I want to know how am I going to put the entire html page in a div. I t
using your code you fill the html code with a constant string "footballplayer.html".
You can use the load method, here is an example:
$('#footballPlayers').load('footballplayers.html');
it get via AJAX the page you request and fill the element.