I am developing webpages using html 5. I've got the following code in one of my pages
<iframe src="http://www.youtube.com/embed/MY_VIDEO_DIR" height="320" width="480">
</iframe>
Then, the icon beside the page title became YouTube. How would I remove this auto-generated icon?
Thx.