1.
The ____ is the large area in the Dreamweaver program window where you create and edit webpages.
Correct Answer
B. Document Window
Explanation
The document window in the Dreamweaver program is the large area where users can create and edit webpages. It is the main workspace where all the design and coding activities take place. The document window provides a visual representation of the webpage being worked on and allows users to manipulate elements, add content, and make changes to the layout and design. It is the central area where users can see the actual webpage as it will appear in a browser and make real-time modifications.
2.
The Coding toolbar is available only in ____ view
Correct Answer
B. Code
Explanation
The coding toolbar is available only in the "Code" view. This view is specifically designed for writing and editing code. It provides various tools and options that are helpful for coding tasks such as syntax highlighting, code completion, and debugging tools. The other views mentioned, such as Design and Debugging, focus on different aspects of the development process and do not include the coding toolbar.
3.
The ____ content of a web page contains information used by search engines to help viewers find your website.
Correct Answer
A. Head
Explanation
The head content of a web page contains information used by search engines to help viewers find your website. This includes meta tags, such as the title tag and meta description, which provide a brief summary of the page's content. Additionally, the head section may include other elements like keywords and author information that can further assist search engines in indexing and ranking the website.
4.
____ is the default color palette in Dreamweaver.
Correct Answer
A. Color Cubes
Explanation
Color Cubes is the default color palette in Dreamweaver.
5.
Heading ____ is the smallest heading format size.
Correct Answer
D. 6
Explanation
In HTML, the heading tags are used to define the headings or titles on a webpage. The heading format size is denoted by the numbers 1 to 6, with 1 being the largest and 6 being the smallest. Therefore, heading 6 is the smallest heading format size.
6.
Cascading Style Sheets are made up of sets of formatting attributes called ____.
Correct Answer
B. Rules
Explanation
Cascading Style Sheets (CSS) are made up of sets of formatting attributes called "rules". These rules define how elements on a webpage should be displayed, such as their size, color, and position. Each rule consists of a selector that targets specific HTML elements and a set of declarations that specify the desired formatting properties. By using CSS rules, web designers can easily control the appearance of multiple elements across a website, ensuring consistency and efficient styling.
7.
What is the first step to inserting a background image?
Correct Answer
A. Click Modify, and then click Page Properties to open the Page Properties dialog box.
Explanation
To insert a background image, the first step is to click on the "Modify" option and then select "Page Properties" to open the Page Properties dialog box. This option allows the user to access the necessary settings and configurations for the webpage, including the background image.
8.
An example of the code for an external link would be as follows:
<a ____="http://www.adobe.com"Adobe website</a>
Correct Answer
C. Href
Explanation
The correct answer is "href". In HTML, the "href" attribute is used to specify the URL of the linked resource. In this example, the "href" attribute is set to "http://www.adobe.com", indicating that the link will direct the user to the Adobe website when clicked.
9.
Heading ____ is the largest heading format size.
Correct Answer
B. 1
Explanation
The largest heading format size is indicated by the number 1.
10.
The first webpage that appears when viewers go to a website is called the default page.
Correct Answer
B. False
Explanation
The first webpage that appears when viewers go to a website is not called the default page. The correct term for the first webpage that appears is the homepage or landing page. The default page refers to a pre-set page that is displayed when a specific URL or IP address is not specified.