COAP:COAP-3150 - week 5: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 21: Line 21:
* images using the <img> tag
* images using the <img> tag
===Embedding multimedia===
===Embedding multimedia===
Embed external media in HTML using the <embed> tag. The <embed> calls up external plugins or players.
*tutorial<ref> [http://www.yourhtmlsource.com/images/multimedia.html HTML Source]</ref>
*tutorial<ref> [http://www.yourhtmlsource.com/images/multimedia.html HTML Source]</ref>
Embed external media in HTML using the <embed> tag. The <embed> calls up external plugins or players.
*[[XHTML#Composite_documents | embedding SVG]] example
*[[XHTML#Composite_documents | embedding SVG]] example
*In Dreamweaver, choose ''Insert > Media >''... Select file and click ''Choose''.
*In Dreamweaver, choose ''Insert > Media >''... Select file and click ''Choose''.
*movies, animation, web apps/widgets
*movies, animation, web apps/widgets


;Assignment 7 – HTML mockup prototype  
;Assignment 7 – HTML mockup prototype
 
===References===
===References===
<references/>
<references/>
[[Category:COAP 3150]]
[[Category:COAP 3150]]

Revision as of 22:16, 16 February 2012

This article or section is currently under construction

In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")

Site management with Dreamweaver (or Komposer)

File management

Defining your file structure to separate form from content.

Site setup

Tutorials

Readings

Chapter 6 - Site management essentials, Artistic Web Design by Vickie Ellen Wolper.

HTML, CSS review

  • Graphic formats for the web
  • images using the <img> tag

Embedding multimedia

Embed external media in HTML using the <embed> tag. The <embed> calls up external plugins or players.

  • tutorial[1]
  • embedding SVG example
  • In Dreamweaver, choose Insert > Media >... Select file and click Choose.
  • movies, animation, web apps/widgets
Assignment 7 – HTML mockup prototype

References