Archive | XHTML RSS feed for this section

HTML Entities

11. September 2008

0 Comments

HTML Entities

When you use HTML special symbols on your website pages, it is better to use the actual unicode HTML entities to ensure (X)HTML validation and proper encoding of the content on your pages to all users.

Continue reading...

Embed Quicktime Movie

29. April 2008

0 Comments

Embedding a Quicktime movie player into your webpage work similarly to embedding Flash files, making use of the OBJECT, EMBED and PARAM tags inside your HTML code. You can play .MOV, .MP4 and .MPEG files with the embedded Quicktime movie player.

Continue reading...

HTML : Option Groups/Sections

28. April 2008

0 Comments

Have you ever wanted/needed to create a select drop down menu with options divided into sub-sections or groups with labels? See the screenshot below.

Continue reading...