Embed live tv channel from website into my website

The embed tag is only for media files, not for entire websites. You probably want to use an iframe instead. For example:

<iframe src="http://live.arynews.tv" width="550px" height="500px"></iframe> 

Leave a Comment