Website

What you need to do

To get the W3C Blue Style

The head element should include the following link to the style sheet:

    <link rel="stylesheet" type="text/css" media="screen, projection, print"
    href="http://www.w3.org/Talks/Tools/Slidy2/styles/w3c-blue.css" /> 

The body element's content should start with the following markup:

    <div class="background"> 
    <img id="head-icon" alt="graphic with four colored squares"
        src="http://www.w3.org/Talks/Tools/Slidy2/graphics/icon-blue.png" /> 
    <object id="head-logo" title="W3C logo" type="image/svg+xml"
        data="http://www.w3.org/Talks/Tools/Slidy2/graphics/w3c-logo-white.svg"><img
    src="http://www.w3.org/Talks/Tools/Slidy2/graphics/w3c-logo-white.gif" 
    alt="W3C logo" id="head-logo-fallback" /></object>
    </div> 

This adds the logos on the top left and right corners of the slide.

You are of course welcome to create your own slide designs. You can provide different styles and backgrounds for different slides (more details later).

Use the meta element with name="copyright" for use in the slide show footer:

    <meta name="copyright" 
    content="Copyright © 2005-2009 W3C (MIT, ERCIM, Keio)" />

To use it off-line

# Timing Your Presentation


Tags: format   presentation   slides  

Last modified 27 April 2026