In Safari 5.0 and later on the desktop and on iOS 4.2 on the iPad, the controls also include a full-screen playback toggle on the lower right.
In Safari, the built-in video controls include a play/pause button, volume control, and a time scrubber. The audio or video downloads and plays in your webpage with built-in controls. There are no plug-ins to install or configure. Just include the or element, use the src attribute to identify the media source, and include the controls attribute. The HTML5 and tags make it simple to add media to your website. When you use HTML5, you can create your own customized media controllers for rich interactivity using web-standard CSS and JavaScript. The HTML5 media elements provide simple fallback for browsers that still need to use plug-ins, so you can update your website to HTML5 today and still be compatible with older browsers. With HTML5, you can add media to a webpage with just a line or two of code. HTML5 supports audio and video playback natively in the browser, without requiring a plug-in.
HTML5 is the next major version of HTML, the primary standard that determines how web content interacts with browsers. If you embed audio or video in your website, you should use HTML5.