Although you can control the size of thevideoelement with CSS style rules, yo still need to specify the width and height of theobjectelement using __________.

A. attributes
B. parameters
C. child elements
D. JavaScript

Answer: A

Computer Science & Information Technology

You might also like to view...

If you want to examine an input value without actually removing it from the input stream, you can apply a member function of cin to the variable ch, which you are to assume is a char type variable. Which of these does this task?

a)``` cin.get(ch); ``` b)``` cin.put(ch); ``` c)``` cin.peek(ch); ``` d)``` cin.putback(ch); ```

Computer Science & Information Technology

Which of the following could be a method heading for a member method that returns an array?

A. int [ ] void DoSomething( ) B. void  int [ ] DoSomething( ) C. int [ ] DoSomething( ) D. void DoSomething[ ]

Computer Science & Information Technology