Nikhil Kumar bio photo

Nikhil Kumar

A stylish blog on my code

Gmail LinkedIn Github Résumé
Changelog:

Embed Videos In Html

Embedding vidoes in html is easy. Just do:

1
2
3
4
<video id="video1" controls style="width:100%; height:100%;" >
	<source src="../videos/SweetTalkingEileen.webm" type="video/webm">
	Your browser does not support the video tag.
</video>

Here is one of my favorite mashups I generated using Switchbeat between:

Electric Light Orchestra - Sweet Talking Woman
Dexy Midnight Runners - Come on Eileen.

I have decided to call the mashup Sweet Talking Eileen.