Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/53
Score 0
Give you control over the placement of each object on the page
30
Tables
Q 2/53
Score 0
Anchors act as Targets for these
30
Internal Links
53 questions
Q.
Give you control over the placement of each object on the page
1
30 sec
Q.
Anchors act as Targets for these
2
30 sec
Q.
On DreamWeaver allows you to create, edit, and apply styles
3
30 sec
Q.
Sheets are the preferred way to style a web page
4
30 sec
Q.
The files panel in DreamWeaver displays this
5
30 sec
Q.
The next step is to define your website
6
30 sec
Q.
You must specify the sites local root folder to DreamWeaver
7
30 sec
Q.
Allows you to add, delete, and rename files and folders
8
30 sec
Q.
Gives you more room to add images to a table
9
30 sec
Q.
The slower the download speed becomes
10
30 sec
Q.
It has been selected
11
30 sec
Q.
Found at the top of the page
12
30 sec
Q.
Is found at the bottom of the page in DreamWeaver
13
30 sec
Q.
Hypertext Markup Language
14
30 sec
Q.
Cascading Style Sheets
15
30 sec
Q.
declaration must be specified on the first line of each web document and it tells the web browser what type of HTML the page is written in
16
30 sec
Q.
Tells web browser that the page will be formatted in HTML and, optionally, which World language the page content is in
17
30 sec
Q.
Displays "behind the scenes" elements not usually shown on web page
18
30 sec
Q.
Surrounds all actual content on web page
19
30 sec
Q.
Provides information about the document to web browsers and search engines and is a self-closing element
20
30 sec
Q.
Always placed in section of the document
21
30 sec
Q.
An element is completely contained within another element and / are nested within the element
22
30 sec
Q.
Paragraph (blank line above and below)
23
30 sec
Q.
Line Break (self-closing element)
24
30 sec
Q.
Horizontal Rule (self-closing element)
25
30 sec
Q.
Headings (add blank lines above and below)
26
30 sec
Q.
Unordered list (indented bulleted list with
nested)
27
30 sec
Q.
Ordered list (indented numbered list with
nested)
28
30 sec
Q.
List Item
29
30 sec
Q.
Anchor which is used to create a clickable link to another location
30
30 sec
Q.
Add information to an element and often control how an element is displayed on the page, plus each element has its own set available, meaning more than one can be applied to the element
31
30 sec
Q.
Whatever is placed between the and tags that will be displayed on the web page to become a clickable link
32
30 sec
Q.
"Hypertext reference" instructs the browser which page to load if the link is clicked
33
30 sec
Q.
Optional and controls how the links page will be displayed in the browser
34
30 sec
Q.
Has target="_blank" attribute and will appear in the new tab
35
30 sec
Q.
Usually used to create a link to another page in the site so it does not contain the target="_blank" attribute and opens in the same tab
36
30 sec
Q.
image (self-closing element)
37
30 sec
Q.
Supplies name and location of image file we want to display
38
30 sec
Q.
Has to do with images in that it determines what text will display on the web page if the image file is not available and is what screen reader for the visually impaired will use so we should try and be accurate and succinct in our description
39
30 sec
Q.
Dimensions or width (width="...") and height (height="...") attributes and we must do so in proportions or the images will be distorted
40
30 sec
Q.
Table element (easy to format consistently, predictable and uniform display, presents data that conforms into rows and columns)
41
30 sec
Q.
Across
42
30 sec
Q.
Down
43
30 sec
Q.
Defines a new table row, which spans the available width of the table
44
30 sec
Q.
Defines a cell of table data within a row and evenly shares the horizontal space
45
30 sec
Q.
Vertical and horizontal borders around each cell
46
30 sec
Q.
If the text in top row is a column label for the data below use this element instead of
which will bold and center the text
47
30 sec
Q.
Type it directly into a text editor, such as Notepad (never use Microsoft it could add unwanted characters to file), and then save it with a ".html" extension
48
30 sec
Q.
Has all the essential components of a functional web page, doctype, html, head, meta, and body
49
30 sec
Q.
Change the "en" coding to the correct language code
50
30 sec
Q.
Markup, which is not visible when the large is viewed in a browser
51
30 sec
Q.
XHTML 1.0
52
30 sec
Q.
Just like any other file, just with the .html extension