12.09.2015 Views

Boot Camp

Web Authoring Boot Camp - StudioBast

Web Authoring Boot Camp - StudioBast

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Web Authoring <strong>Boot</strong> <strong>Camp</strong><br />

HTML5 Doctype<br />

Should you want to get started with very basic HTML5, note the new doctype and charset<br />

requirements:<br />

<br />

<br />

<br />

<br />

<br />

Page Title<br />

<br />

<br />

<br />

<br />

HTML5 Semantic Tags<br />

We did make note of several HTML5 semantic and general tags in Chapter 9. These<br />

were created for HTML5 only, and will not work properly in or validate for XHTML1.0<br />

doctypes. However, once your adopt the HTML5 doctype, you can use the XHTML1.0<br />

as usual and integrate these as well – insofar as browsers support them. Test well, my<br />

friends!<br />

…<br />

For marking up conversations — a chat transcript, an interview, a bit dialog from a<br />

screenplay, etc. Uses the definition list parts inside the dialog wrap.<br />

…<br />

Allows you to define defines sound, such as music or other audio streams. You can write<br />

text between the start and end tags to indicate that older browsers not support this tag.<br />

…<br />

Allows you to define video, such as a movie clip or other video streams. You can write<br />

text between the start and end tags to indicate that older browsers not support this tag.<br />

…<br />

Used to display graphics – but only allows you to create a “container” for the graphics.<br />

You must use a script to actually paint graphics inside of the canvas tagset.<br />

…<br />

234

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!