Objects Flashcards

1
Q

What code sample will include a CSS stylesheet?

A

(link rel=”stylesheet” type=”text/css” href=”application.css”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What code sample will include a JavaScript file?

A

(script type=”text/javascript” src=”javascripts/app.js”)(/script)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is it important to include an alt attribute on images?

A
  • an alt attribute will allow search engines to index the image more easily
  • the image will also be more accessible for users with vision impairments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When working with the object element, why is it also important to include the embed element?

A
  • the embed element and the object element must be used together in order to achieve the maximum level of browser compatibility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What image elements has the correct attribute for including an image file?

A

(img src=”flowers.jpg”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly