Review answers
Dreamweaver provides code hinting and auto-completion for HTML tags, attributes, and CSS styling as you type, along with support for JavaScript and PHP, among other languages.
Emmet is a scripting toolkit that creates HTML code by converting shorthand entries into complete elements, placeholders, and even content.
No additional software or services are needed to use LESS, Sass, or SCSS. Dreamweaver supports these CSS preprocessors out of the box. You merely have to enable the compiler in the Site Definition dialog.
Linting checks the HTML code and structure every time you save a file and then displays a red X icon at the bottom of the document window when an error is detected.
False. Collapsing code has no effect on the display or operation of the code outside of Dreamweaver.
The Related Files interface appears at the top of the document window and enables users to instantly access and review CSS, JavaScript, and other compatible file types linked to the webpage. In some cases, a file displayed in the interface will be stored on a remote resource on the internet. While the Related Files interface enables you to view the contents of all the files displayed, you will be able to edit only ones that are stored on your local hard drive.