Objects Flashcards
1
Q
What code sample will include a CSS stylesheet?
A
(link rel=”stylesheet” type=”text/css” href=”application.css”)
2
Q
What code sample will include a JavaScript file?
A
(script type=”text/javascript” src=”javascripts/app.js”)(/script)
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
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
5
Q
What image elements has the correct attribute for including an image file?
A
(img src=”flowers.jpg”)