Tuesday, December 23, 2008

HTML COMMANDS

<>indicates the opening and closing of a command
!--...-- allows you to insert a line of browser-invisible comments in your document
html...html marks the opening and closing of an HTML document
head...head creates the head of an HTML document
body...body creates the body of an HTML document
isindex activates the browser's searching function
EX.
link this command, primarily used by HTML-generating tools, indicates a relationship to other documents (and unlike anchors, cannot indicate relationships to parts of documents)
meta allows you to specify metacontent (self- referential content, or information about the document itself--meant to be read by machines)
base indicates the full URL of the current document
title...title allows you to select a title that will appear in the title bars of browser windows and in bookmarks (default is the actual file name of your document)
ul.../ul
ol>.../ol
dl.../dl lets you create a list ordered, unordered or plain.
img loads an inline image
div lets you divide you contents.

Friday, December 12, 2008

Flash into Web Design

Flash is a Adobe product that helps you create a animation, movie or video for web. The project that we created with Adobe Flash CS3 Professional is an animation about our web site. The Animation that I made was a stick figure ninja named Kakashi doing the chidori. This was his original move.

A Flash .html file can be embedded into your website with the use of the Adobe program know as Dreamweaver. This program helps you create your website in two ways, by code or design. The way to insert the flash .html is to insert a flash animation.

You would use Flash to create animations for the web. You would use it because the program has a feature that lets you publish the animation. By doing this you can create .html, .swf files. These files can then be inserted into your website by using Dreamweaver. The Flash program lets you export your video however you want it to be.

Monday, December 8, 2008

The Difference Between .swf and .html

The difference between .swf and .html is that .html is for web browsers and shows you the final project while .swf can be changed and edited or even combined while .html's can not. Swf files can be viewed by flash only while an .html can be viewed with any web browser.