HTML Knowledge
mailto links
<a href="mailto:no-one@snai1mai1.com?subject=free chocolate">example</a>
<a href="mailto:no-one@snai1mai1.com?subject=look at this website&body=Hi,I found this website and thought you might like it http://www.geocities.com/wowhtml/">tell a friend</a>
Embed Video
Controls
<video controls>
<source src="video.mp4" type="video/mp4">
</video>
Auto play
<video autoplay>
<source src="video.mp4" type="video/mp4">
</video>
Add image preview to the video with poster
attribute
<video controls poster="/path/to/thumbnail.jpg">
<source src="/path/to/video.mp4" type="video/mp4">
<source src="/path/to/video.webm" type="video/webm">
Your browser does not support the video tag.
</video>