True/False Indicate whether the
statement is true or false.
|
|
1.
|
HTML5 does not support the majority of the table tag attributes that were used
to format tables.
|
|
2.
|
Each image element can be wrapped within separate figure and figure caption
elements.
|
|
3.
|
Only visual browsers can use headers to identify table content.
|
|
4.
|
While defining a table, the <caption> tag should be inserted after the
starting <tr> tag.
|
|
5.
|
Table formatting attributes, such as borders and spacing, are set by default
while creating a table in HTML
|
|
6.
|
A mobile layout usually uses a three-column layout,
whereas a one-column layout is usually used for tablet and desktop viewports.
|
|
7.
|
Tables can include headers and captions individually or in combination.
|
|
8.
|
The aside element can be formatted differently from
the rest of the article so that it stands out.
|
|
9.
|
Businesses are not permitted to use forms to collect information about their
customers.
|
|
10.
|
Many of today’s modern websites display little text on the home page and
use key words or phrases, or call-to-action items, to entice the user to further explore the
website.
|
Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
11.
|
Identify a style rule that should be used to set the height of a table data cell
to 2em.
a. | <d/>{height: 2em;} | c. | <td> { height/>::2em;}
<td/> | b. | td {height: 2em;} | d. | <td> {height: 2em;} <td/> |
|
|
12.
|
The border-collapse property with a value of _____ is used to display a
table with single, consolidated borders.
a. | consolidate | c. | 1 | b. | 0 | d. | collapse |
|
|
13.
|
Identify the style rule to left-align an unordered list element contained within
a main article element.
a. | main article ul { text-align:
%left; | c. | main article *ul
{ text-align:
left;
} | b. | main article u-l { text-align: left; }
</article> | d. | main article ul { text-align: left;
} |
|
|
14.
|
A _____ sends the form information to the appropriate location for
processing.
a. | Select button | c. | Submit button | b. | Radio button | d. | Reset button |
|
|
15.
|
Identify a style rule used to align the table data in the center of the
cell.
a. | th { <text-align/>: center; } | c. | td
{ text-align: center; } | b. | tdata { text-align: <center/>; } | d. | table_data { text-align: center; } |
|
|
16.
|
While styling a table for a tablet viewport, the table can be centered on the
page significantly by setting the left and right margins to a value of _____.
|
|
17.
|
Consider the style rule: figure img { opacity: 0.7; } Here, the opacity value will make the images appear
_____.
a. | 70 percent transparent | c. | 30 percent transparent | b. | with 30 percent
opacity | d. | completely
opaque |
|
|
18.
|
Jerema, the CEO of a leading garment manufacturing outlet, has assigned her
assistant, Ann, the task of utilizing tables and its styling features to create an organized
information store that would contain all of Jerema's meeting schedules. Ann creates a table that
has four rows and three columns that lists all the required information. Ann has made use of the
table styling properties to give the table a neat look. Although Ann has applied a border to the
table elements, yet each cell has its own border, making the table appear with double lines between
each table data cell. Which styling property should Ann use in this case to display the table with
single, consolidated borders?
a. | border-collapse property | c. | text-align property | b. | border-width
property | d. | text-compress property |
|
|
19.
|
In the context of styling table elements, which of the following formats is used
to specify the background-color property for a table header?
a. | table, th, td { background-color: #F5F5F0; } | c. | th { background-color: #F5F5F0; } | b. | table { background-color:
#F5F5F0; } | d. | theader { background-color: #F5F5F0; } |
|
|
20.
|
Similar to the _____, the overflow property can help resolve display issues
related to a nearby floating element.
a. | queuing property | c. | clear
property | b. | underflow property | d. | stacking
property |
|
|
21.
|
If a document has any errors, _____ gives one a chance to identify and correct
them.
a. | simulating | c. | authenicating | b. | validating | d. | collaborating |
|
|
22.
|
A _____ analyzes current content, performs in-depth research, and then drafts
recommendations for content to attract new clients.
a. | website analyst | c. | web content strategist | b. | web
researcher | d. | webpage
planner |
|
|
23.
|
_____ identify the type of information to enter into or select from an input
control.
a. | Form actions | c. | Form scripts | b. | Form layouts | d. | Form labels |
|
|
24.
|
James has been assigned the task of creating a website for the Finneray
University. The website should primarily focus on delivering the following information to the
visitors of their webpage: the various departments, the courses offered by the university, the
duration of each course, the expert faculties, the scholarship programs, the fee structure, and the
campus housing facilities. James creates an article that describes all the different departments
of the university. Along with each department, the webpage also lists the courses offered by that
particular department. James should use a(n) _____ if he wants to include more information about one
of these courses, such as its duration or its fee structure
a. | details element | c. | summary
element | b. | aside element | d. | section
element |
|
|
25.
|
The default value of the opacity property is _____.
|