Exam 6: Links and Images
Exam 1: Introduction to Web Programming28 Questions
Exam 2: Coding Standards, Block Elements, Text Elements, and Character References30 Questions
Exam 3: Cascading Style Sheets (CSS)29 Questions
Exam 4: Organizing a Pages Content With Lists, Figures, and Various Organizational Elements30 Questions
Exam 5: Tables and Css Layout30 Questions
Exam 6: Links and Images30 Questions
Exam 7: Image Manipulations, Audio, and Video30 Questions
Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers28 Questions
Exam 9: Additional Javascript Basics: Window Object, If Statement, Strings, Numbers, and Input Validation30 Questions
Exam 10: Loops, Additional Controls, Manipulating Css With Javascript29 Questions
Exam 11: Object-Oriented Programming and Arrays30 Questions
Exam 12: Canvas30 Questions
Exam 13: Web Development and HTML/CSS98 Questions
Select questions type
If an a element's target attribute has a value of _self, that means the browser will:
Free
(Multiple Choice)
4.8/5
(47)
Correct Answer:
A
A home page directory must be on the web server's hard drive root directory.
Free
(True/False)
4.8/5
(44)
Correct Answer:
False
Path-absolute URLs start at the web server's root. To indicate the root, path-absolute URLs use which of the following?
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
A
Which img attribute provides a fallback mechanism for the browser to fall back on if the image cannot be displayed?
(Multiple Choice)
4.9/5
(43)
It is legal to have more than one <code>index.html</code> file within a website's directory tree structure as long as the files are in separate directories.
(True/False)
4.7/5
(40)
Which of the following image file formats is the most appropriate for limited-color images such as line drawings, icons, and cartoon-like illustrations?
(Multiple Choice)
4.8/5
(31)
Describe the elements that the following CSS pseudo-class selector matches:
ul > :nth-child(1)
(Short Answer)
4.9/5
(28)
Given the following directory tree structure, provide a link on the home page that takes a user to the contacts.html page,


(Short Answer)
4.9/5
(44)
Provide the code for a link that jumps to a web page at "http://www.martiancolonies.com". The link should display an appropriate label.
(Short Answer)
4.8/5
(32)
Which of the following must you do to enable a user to download a file?
(Multiple Choice)
5.0/5
(41)
If an a element's href attribute is assigned a # value (e.g., <a href="# pandaGrooming">), the # value is supposed to match up with:
(Multiple Choice)
4.7/5
(38)
If a user specifies a URL address that ends with a directory name, then the web server will automatically look for a file named index.html and attempt to load it into a browser.
(True/False)
4.7/5
(44)
If an a element's target attribute has a value of _blank, that means the browser will:
(Multiple Choice)
4.7/5
(36)
Within a bitmap image file, every pixel gets mapped to a particular color value, and each color value is a sequence of bits.
(True/False)
4.7/5
(31)
An a element's href attribute specifies a resource that is to be linked to. If the href attribute uses an absolute URL, that means the browser will look for the resource:
(Multiple Choice)
4.9/5
(33)
If a web page contains an element with an <code>id</code> attribute, the <code>id</code> attribute's value must be unique for all elements on the web page.
(True/False)
4.9/5
(39)
In organizing a website's links, a linear structure is good for:
(Multiple Choice)
4.9/5
(36)
How would you display an SVG file's image within a web page?
(Multiple Choice)
4.9/5
(43)
Showing 1 - 20 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)