1. To apply an internet explorer filter in compliance with correct css syntax, add the style ____.
Answer
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
2. ____ buttons can be placed into a group so that selecting one deselects all of the others.
Answer
Correct Answer:
Radio
Note: This Question is unanswered, help us to find answer for this one
3. ____ are used to check for the presence or absence of something.
Answer
Correct Answer:
Check boxes
Note: This Question is unanswered, help us to find answer for this one
4. A resume that is converted from a graphic image into text and searched for keywords is a ______.
Answer
Correct Answer:
Print resume
Note: This Question is unanswered, help us to find answer for this one
5. Using one browser window for all open pages is called ____.
Answer
Correct Answer:
Tabbed browsing
Note: This Question is unanswered, help us to find answer for this one
6. Each type of media player has various tag ____ that can be used.
Answer
Correct Answer:
Parameters
Note: This Question is unanswered, help us to find answer for this one
7. To link to a document, you must specify its ____.
Answer
Correct Answer:
Path
Note: This Question is unanswered, help us to find answer for this one
8. To create a button that will clear the form fields, you use a type of ____.
Answer
Correct Answer:
Reset
Note: This Question is unanswered, help us to find answer for this one
9. The last item in an html document must be the ____ tag.
Answer
Correct Answer:
Note: This Question is unanswered, help us to find answer for this one
10. The first section of an html document is called the ____ section.
Answer
Correct Answer:
Head
Note: This Question is unanswered, help us to find answer for this one
11. The ____ tag defines a container for an external application or interactive content.
Answer
Correct Answer:
Note: This Question is unanswered, help us to find answer for this one
12. the ____ format is a format specifically created for web page images.
Answer
Correct Answer:
GIF
Note: This Question is unanswered, help us to find answer for this one
13. Html allows you to organize selection lists into distinct groups called ____ groups.
Answer
Correct Answer:
Selection
Note: This Question is unanswered, help us to find answer for this one
14. In a browser, __________ link to pages that you use frequently.
Answer
Correct Answer:
Both A and B (bookmarks and favorites)
Note: This Question is unanswered, help us to find answer for this one
15. If an element is configured with ___________ the other content on the page will appear to its left.
Answer
Correct Answer:
Float: right;
Note: This Question is unanswered, help us to find answer for this one
16. Each control element in which the user can enter information is called a(n) ____.
Answer
Correct Answer:
Field
Note: This Question is unanswered, help us to find answer for this one
17. When text identifies a link, it often appears as ____ text.
Answer
Correct Answer:
Underlined
Note: This Question is unanswered, help us to find answer for this one
18. Web pages are connected by __________ links.
Answer
Correct Answer:
Hypertext
Note: This Question is unanswered, help us to find answer for this one
19. With a(n) _____ style, one adds a style to the start tag for an element.
Answer
Correct Answer:
Inline
Note: This Question is unanswered, help us to find answer for this one
20. When a webpage is displayed in a browser, the browser tab displays the _____.
Answer
Correct Answer:
Document Title
Note: This Question is unanswered, help us to find answer for this one
21. Webpages use a file format called ____.
Answer
Correct Answer:
HTML
Note: This Question is unanswered, help us to find answer for this one
22. With a(n) ____, you can enter a value either by typing the value or by selecting it from a list.
Answer
Correct Answer:
Combo box
Note: This Question is unanswered, help us to find answer for this one
23. Word typically provides ____ types of main documents.
Answer
Correct Answer:
Five
Note: This Question is unanswered, help us to find answer for this one
24. Use the ______ attribute to configure the width of a table border.
Answer
Correct Answer:
Border
Note: This Question is unanswered, help us to find answer for this one
25. Unlike _______, xhtml can be extended by anyone who uses it.
Answer
Correct Answer:
HTML
Note: This Question is unanswered, help us to find answer for this one
26. The ____ of a table helps to define what formatting is appropriate.
Answer
Correct Answer:
Purpose
Note: This Question is unanswered, help us to find answer for this one
27. The ____ dtd supports many of the presentational features of html.
Answer
Correct Answer:
Transitional
Note: This Question is unanswered, help us to find answer for this one
28. Html 4 supports ____ different input types.
Answer
Correct Answer:
10
Note: This Question is unanswered, help us to find answer for this one
29. As with absolute pathnames, folder names are separated by ____ in relative pathnames.
Answer
Correct Answer:
Slashes
Note: This Question is unanswered, help us to find answer for this one
30. A ____ attribute can have only one value.
Answer
Correct Answer:
Single-valued
Note: This Question is unanswered, help us to find answer for this one
31. Filter functions can be combined in a _____ to create new effects.
Answer
Correct Answer:
space-separated list
Note: This Question is unanswered, help us to find answer for this one
32. You can specify an access key for an input element by using the ____ attribute.
Answer
Correct Answer:
Accesskey
Note: This Question is unanswered, help us to find answer for this one
33. Text ____ are used for extended entries that can include several lines of text.
Answer
Correct Answer:
Areas
Note: This Question is unanswered, help us to find answer for this one
34. Which example is a standard way in HTML5 for adding author metadata to a page?
Answer
Correct Answer:
Note: This Question is unanswered, help us to find answer for this one
35. How would you mark up a piece of ASCII art (an emoticon) in an accessible way?
Answer
Correct Answer:
¯\_(ツ)_/¯
Note: This Question is unanswered, help us to find answer for this one
36. Which choice is the most semantically correct markup for specifying the first definition of a term?
The
focal length
of a lens gives the distance from the lens to the image sensor.
The focal length of a lens gives the distance from the lens to the image sensor.
The
focal length
of a lens gives the distance from the lens to the image sensor.
The
focal length
of a lens gives the distance from the lens to the image sensor.
Answer
Correct Answer:
The focal length of a lens gives the distance from the lens to the image sensor.
Note: This Question is unanswered, help us to find answer for this one
37.
What is wrong with this code? <img src="https://source.unsplash.com/random">
<img> should be paired with a <caption> tag.
The <img> element is missing an alt attribute.
<img> is not a valid HTML element. Instead, use <image src="..."/>.
<img> should be nested within a <figure> tag.
Answer
Correct Answer:
The <img> element is missing an alt attribute.
Note: This Question is unanswered, help us to find answer for this one
38.
What is the purpose of <caption>?
<caption> provides captions for <audio>,<video>,<img>, and <table>.
<caption> provides captions to <table>.
<caption> provides captions for <audio>, <video>, and <table>.
<caption> provides captions for <img>, <audio>, and <video>.
Answer
Correct Answer:
<caption> provides captions to <table>.
Note: This Question is unanswered, help us to find answer for this one
39. Which choice will produce the spanish word canción?
canción
canción
cancio'n
canci'on
Answer
Correct Answer:
canción
Note: This Question is unanswered, help us to find answer for this one
40. Which is the most semantically correct markup for a side comment in small print?
Get 10% discount not valid in France
Get 10% discount
Get 10% discount not valid in France
Get 10% discount
Answer
Correct Answer:
Get 10% discount not valid in France
Note: This Question is unanswered, help us to find answer for this one
41. What is the default method for form submission?
GET
POST
PUT
SUBMIT
Answer
Correct Answer:
GET
Note: This Question is unanswered, help us to find answer for this one
42. Which is the best markup to produce this text? xw
xw
x\w
x<>w
xw
Answer
Correct Answer:
x\w
Note: This Question is unanswered, help us to find answer for this one
43.
In this code, what is target? <a target="_blank">...</a>
An attribute
A tag
Content
An element
Answer
Correct Answer:
An attribute
Note: This Question is unanswered, help us to find answer for this one
44.
What is the difference between the <svg> and <canvas>?
<svg> produces vector graphics, while <canvas> produces raster graphics.
<svg> integrates with JavaScript, while <canvas> does not.
<svg> produces raster graphics, while <canvas> produces vector graphics.
<svg> cannot be used as a background image, while <canvas> can be used as a background
Answer
Correct Answer:
<svg> produces vector graphics, while <canvas> produces raster graphics.
Note: This Question is unanswered, help us to find answer for this one
45. In this code, what is target?
An attribute
A tag
Content
An element
Answer
Correct Answer:
An attribute
Note: This Question is unanswered, help us to find answer for this one
46. For the HTML code below, when will "Sample Text" display to the browser?
When there is no JavaScript used on this webpage
When JavaScript is not supported by the browser or if JavaScript is disabled in the browser
When JavaScript is disabled in the web browser
When JavaScript is not supported by the web browser
Answer
Correct Answer:
When JavaScript is not supported by the browser or if JavaScript is disabled in the browser
Note: This Question is unanswered, help us to find answer for this one
47. What is the correct way to describe an empty element, such as a line break tag?
It displays nothing on a website.
It has opening and closing tags but no child content.
It has child content but no closing tag.
It has no child content and no closing tag.
Answer
Correct Answer:
It has no child content and no closing tag.
Note: This Question is unanswered, help us to find answer for this one
48. What is the primary purpose of HTML?
HTML structures the webpage, identifying its elements such as paragraphs, headings, and lists.
HTML structures and provides a rudimentary look to webpages.
HTML is responsible for the structure, styling, and interactivity of webpages.
HTML is responsible for the structure and styling of webpages.
Answer
Correct Answer:
HTML structures the webpage, identifying its elements such as paragraphs, headings, and lists.
Note: This Question is unanswered, help us to find answer for this one
49. What is the most semantic way to mark up this sentence so that "happy talk must die" is rendered as an inline quote? As Steve Krug once said, happy talk must die.
As Steve Krug once said, happy talk must die.
As Steve Krug once said, happy talk must die.
As Steve Krug once said,
happy talk must die.
As Steve Krug once said, happy talk must die.
Answer
Correct Answer:
As Steve Krug once said, happy talk must die.
Note: This Question is unanswered, help us to find answer for this one
50. Which snippet of HTML, when clicked, makes a phone call on a mobile device?