Syndicate content
helping you implement HTML5 today
Updated: 9 hours 3 min ago

The i, b, em, & strong elements

Tue, 2010-03-09 15:40

While many HTML4 elements have been brought into HTML5 essentially unchanged, several historically presentational ones have been given semantic meanings.

Let’s look at <i> and <b> and compare them to the semantic stalwarts <em> and <strong>. In summary:

Read more
Categories: HTML5

Your Questions #5

Tue, 2010-03-02 14:30

Doctor treating a patient illustration We’re back with our first roundup of your questions for 2010. In this article, we’ll be covering a range of topics including sections and sectioning, the <img> element, scaling video, and a proposal for a <field> element.

Headers and sidebars

Ad asked:

Hello,

I have 2 questions:

Read more
Categories: web development

Introducing Web SQL Databases

Wed, 2010-02-24 10:15

The Web SQL database API isn’t actually part of the HTML5 specification, but it is part of the suite of specifications that allows us developers to build fully fledged web applications, so it’s about time we dig in and check it out.

Read more
Categories: web development

The time element (and microformats)

Tue, 2010-02-09 14:49

Microformats are a way of adding extra semantic information to a webpage using HTML classes — information like an event’s date and time, a person’s phone number, an organisation’s email address, etc.

They aren’t a “standard” per se, but they are a widely adopted convention within the geek community. And since they use an agreed-upon set of class names, they are as compatible with HTML5 as they are with HTML4 or XHTML.

Read more
Categories: web development

Hello, summary and figcaption elements

Mon, 2010-02-01 10:42

This weekend saw the minting of not one but two new elements. The summary element (not the summary attribute on the table element) goes inside the details element:

Read more
Categories: web development

YouTube and Vimeo support HTML5 Video

Sat, 2010-01-23 16:08

Unless you’ve been hiding under an XHTML2 shaped rock for the past week or so, you’ll know that both YouTube and Vimeo have announced plans to support the HTML5 video element. Two blog Read more

Categories: web development