The HTML 5 Video Tag PRO

I am working now on updating the slides of my ‘Introduction to HTML 5’ course. I am updating both the commercial version available at www.xperato.com and the community version available for free personal usage at www.abelski.com.

The new video tag that allows us to place video in our web page without using any proprietry technology such as Flash or Silverlight is IMHO one of the most important HTML 5 capabilities.

This video clip is the OGG version of Big Buck Bunny and it is displayed in your web browser using the following code.

<video src="http://mirror.bigbuckbunny.de/peach/bigbuckbunny_movies/big_buck_bunny_480p_stereo.ogg"
controls="controls"
width="425"
height="284">
browser does not support html 5.0
</video>

If you cannot see the video just check it with another web browser that already supports the HTML 5 video tag.

For more info about the HTML 5 video tag and about the other HTML 5 capabilities make sure you check out my ‘Introduction to HTML 5’ course at www.abelski.com.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

NoSQL Databases Courses, Seminars, Consulting, and Development

MongoDB Design Patterns Meetup

The use of MongoDB involves with various cases in which we can overcome performance issues by implementing specific design patterns.

image of woman and database

Record Classes in Java

Learn how to define record classes in Java, and when to use record classes in your code. Stay up to date with the new Java features.

Accessibility | Career | Conferences | Design Patterns | JavaScript | Meetups | PHP | Podcasts | Python | Self Learning

Teaching Methodologies | Fullstack | C++ | C# | CSS | Node.js | Angular | Java | Go | Android | Kotlin | Swift | Academy

Front End Development | Scala | Architectures | Cloud | Big Data | Internet of Things | Kids Learn Programming

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Skip to content Update cookies preferences