An iframe element can be used to show the contents of another website in a frame on your own. Complete this HTML to open http://ecowebhosting.co.uk/ in an iframe: code example
Example: iframe in html
<iframe src="yourURL" height="200" width="300"></iframe>