Your Ad Here

HTML5 Video Tag Support

Written on January 22, 2010 – 1:35 am | by tihomir_wwf |

In my opinion, one of the most impressive new tags in html5 is the video tag, that allows you to include video in your web page as easy as including images, ex: <video src=”your-movie.ogg” controls=”controls”> your browser does not support the video tag </video> That was the good news, the bad news is that the [...]

What’s new in HTML5?

Written on January 18, 2010 – 12:59 am | by tihomir_wwf |

Here’s a brief article about what’s new in HTML 5: 1. New Multimedia Tags Nowadays, it’s hard to find website without some multimedia on them, that’s why it’s expected the multimedia tags to become a standard. Multimedia tags that are supported by HTML5 are video, audio and embed. The embed tag has been used by [...]

HTML5 Resources

Written on January 3, 2010 – 7:06 am | by tihomir_wwf |

HTML5 is the next major revision of HTML (Hypertext Markup Language). It adds a number of new elements and attributes that will change the usage on Web sites. If you want to learn more about HTML5, here are some useful resources: 1. WHATWG (Web Hypertext Application Technology Working Group) HTML – latest working specification of [...]