• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/43

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

43 Cards in this Set

  • Front
  • Back

HTML documents are

text files

Dynamic HTML is a combo of...

HTML, CSS, JavaScript


are what type of tags

start and end

the words in-between a


and

are called

element content

basic html content must start and end with what tags?

what tags are used to make a heading 1 heading

or etc...


xyz

xyz


is the HTML code for a what?


ordered list


xyz

xyz


is the HTML code for a what?

unordered list

stands for?

list item

HTML5 video and audio are played back through what?

the web browser's built-in player

in HTML5 what is the restriction on cases for tags and attributes

there is no upper case/ lower case restriction

does HTML5 require end tags?

no

to display an image in place of a video before the video starts (In HTML5), one must use a

poster attribute

to display the controller for video or audio (In HTML5) one must use a

control attribute

if there are multiple videos on a page you should avoid turning on ________?

preload

to publish a flash movie for the web you should publish as a "._ _ _"?

.swf

to publish a flash movie as a "stand alone executable" you should publish as a

projector

what type of animation technique is most dynamic

animation by scripting

which animation techniques do not require you to create visual content in every frame (2)

animation by scripting


tweening


which panel is made up of stacked frames?

timeline

in which panel can you create keyframes?

timeline

which panel has tools to draw vector graphics?

tool panel

which panel displays the properties of a selected item?

property inspector

if a graphic is in the gray area that is outside of the stage, it will show up when the movie plays, true or false

false

to fill an outline of a shape with color, you use what tool?

ink bottle


if you have the fill of a shape and want to outline it you use what tool?

ink bottle

what are stored in the library panel

symbols

what are the three types of symbols in flash

graphic


button


movieclip

what can a graphic symbol contain

shapes and instances of graphic symbols

what can a button symbol contain (5)

shapes


instances of graphic symbols


instances of movie clip symbols


action script


sounds


a movie clip symbol can contain... (6)

shapes


instances of button symbols


instances of graphic symbols


instances of movie clip symbols


actionscript


sounds

scripts and sounds work in what two types of symbols?

button symbol


movie clip symbol


a symbol placed on the stage is called a _____ of that symbol?


instance


when you make changes to a _____ the changes will be reflected in all of its copies used on the stage

symbol

which two types of tweening can animate symbol instances?


classic tween


motion tween


which tweening can animate shapes

shape tween

what is the color of a motion tween span in the timeline panel

blue

what is the color of a shape tween span in the timeline panel

green

if a classic or shape tween has problems what will appear on the timeline panel

a dashed line

in the timeline panel, the _____ layer should be directly above its ______ layer

mask, maskee

the mask effect can be seen on the stage by locking the ____ layer

mask

HTML code to create a link to a website would look how?

my favorite website

HTML 5 does not require quotation marks, true or false

true