Q1. Which HTML element is the most appropriate for a pull quote or sidebar?
Q2. What is linting?
Q3. You have created a link to the LinkedIn website by selecting the link text and typing “www.LinkedIn.com” into the Link field of the Dreamweaver Property Inspector dialog box. But when you come to test it, it doesn't work. What's the problem?
Q4. When creating an internal link in a Dreamweaver template, from where is the correct path?
Q5. A favicon is often added to the element to display a small image or logo alongside the page title in the browser tab. What's the correct way of inserting a favicon (assuming you have the relevant icon in your images folder)?
Q6. Which panel stores frequently used code for quick insertion into a page?
Q7. What is linting?
Q8. You can use the __ panel to apply an effect to an element, such as changing its background color on hover, by defining a style rule and selecting the ___ that you want to affect.
Q9. Before deploying a page on a live website, it's a good idea to check the HTML for errors. How do you do that in Dreamweaver?
Q10. HTML5 introduced new values for the type attribute of the form < input > element. Which of the following is not valid?
Q11. When setting the font-size property in CSS, you need to be careful about using _ as the unit of measurement on nested elements because it's calculated in relation to the _, which can result in larger or smaller text than expected.
Q12. A favicon is often added to the element to display a small image or logo alongside the page title in the browser tab. What's the correct way of inserting a favicon (assuming you have the relevant icon in your images folder)?
Q13. Dreamweaver offers several options for refactoring JavaScript code, including renaming, extracting an expression to a variable, and extracting an expression to a function. What other refactoring options does it offer?
Q14. How do you move inline styles to a style sheet in Dreamweaver?
Q15. A Bootstrap _ inserts a component that cycles through content using CSS _ and JavaScript.