What code sample will include a CSS stylesheet?
(link rel=”stylesheet” type=”text/css” href=”application.css”)
What code sample will include a JavaScript file?
(script type=”text/javascript” src=”javascripts/app.js”)(/script)
Why is it important to include an alt attribute on images?
When working with the object element, why is it also important to include the embed element?
What image elements has the correct attribute for including an image file?
(img src=”flowers.jpg”)