Which of the following is the proper way to add a video clip to your web page?

a.
```
WIDTH = "180" HEIGHT = "135" LOOP = "-1"
ALT = "A spinning image of the Earth">
```

b.
```
WIDTH = 180 HEIGHT = 135 LOOP = -1
ALT = "A spinning image of the Earth">
```

c.
```
WIDTH = 180 HEIGHT = 135 LOOP = -1
ALT = "A spinning image of the Earth">
```

d.
```
WIDTH = "180" HEIGHT = "135" LOOP = "-1"
ALT = "A spinning image of the Earth">
```


a.
```
WIDTH = "180" HEIGHT = "135" LOOP = "-1"
ALT = "A spinning image of the Earth">
```

Computer Science & Information Technology

You might also like to view...

What is the content of the Xfile after the following command is executed? ls A?A > Xfile

a: list of files such as: AAA ABA AZA b list of files such as: aaa aBa aZa c: list of files such as: A?A B?B BAB d: list of files such as: ABACC ABA.C ABA.CPP e: list of files such as: AAAfile ABAfile Afile

Computer Science & Information Technology

The ____ method is the most secure way to send data to the server.

A. get B. send C. post D. submit

Computer Science & Information Technology

A(n) ________ is the point at which the user works with the software program

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a template is used to create a new presentation, the presentation should be saved with the ________ file extension

Fill in the blank(s) with correct word

Computer Science & Information Technology