thumbnail

Adobe Dreamweaver - Quiz 2

How much do you know about basic Dreamweaver code?
Quiz by
natdoesquizzes
Rate:
Last updated: October 2, 2024
You have not attempted this quiz yet.
First submittedOctober 2, 2024
Times taken1
Average score100.0%
Report this quizReport
5:00
Enter answer/code here
0
 / 20 guessed
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Question
Answer
What submission method will display the information a visitor enters into a form in the URL address box when the Submit button is clicked?
Get
Controls the appearance the the link while the user is clicking on it.
a:active
How would you correctly insert a new tag inside of the currently selected aside?
Insert Child
Which CSS property will center an element in the middle of your page?
margin: auto;
Selects a tag with a unique name that can't be repeated on the page. Preceded by a # (hashtag) symbol.
ID selector
Attaches an external CSS style sheet to the current page.
<link>
Selects a tag with a custom name that can be used for multiple tags on the page. Preceded by a . (period) symbol.
Class selector
Controls the default appearance of the link when the page is first loaded.
a:link
Which CSS property allows HTML elements to line up side-by-side horizontally, instead of stacking one above the other?
<float>
Selects an HTML structural tag, such as the page body or a paragraph.
tag selector
Which tag is used to designate an area of your page as a visual header?
<header>
Given the following conditions, what color will the text inside a h1 be displayed on the page?
•In the linked external style sheet, the color of h1 is set to green.
•In the internal style rules, the color of h1 is set to blue.
•In the body of the document, the h1 tag is wrapped in an inline style which sets the color to red.
Red
Controls the appearance of the link after a user has clicked on it.
a:visited
Which panel allows you to view the structure of your page as a tree of nested tags?
DOM panel
Wraps around a specific line of text that you want to apply CSS rules to directly.
<span>
What panel allows you to add elements to create an interactive HTML form?
Insert
What is the correct format to create a div with an ID of custom?
<div id="custom">
Controls the appearance of the link when the mouse passes over it without clicking.
a:hover
Contains CSS rules that affect only the current page.
<style>
The HTML tag that keeps information such as internal and external CSS rules hidden from your site visitors.
<head>
Save Your Stats
Your Next Quiz
Try to name the countries that have exported the most weapons in the last 10 years.
20 random countries have been removed from the map of the world! Can you identify them in 3 minutes?
Can you click these Disney characters on the picture?
Drag the pin onto the correct country. Careful, though! Three wrong moves and the game ends.
Comments
No comments yet