Note
What is the advantage of adding the following code in the
It helps create a cache.
It creates different views in the mobile screen.
It helps set the desired screen size.
It helps index the page for the search engine crawlers.
Is the following statement true or false?
In XHTML Mobile Profile, the
True
False
What will happen if the attribute selector is being matched as:
[att~=val]
It will match when element att value is exactly val.
It will match when element att value is not equal to val.
It will match when element att value is a white, space-separated list of words, one of which is exactly val.
It will match with element att irrespective of its value.
What will happen if the following style is applied to a span?
span[hello="Debra"][goodbye="Sherry"] { color: blue; }
The selector will match all span elements whose hello attribute has exactly the value Debra AND whose goodbye attribute has exactly the value Sherry.
The selector will match all span elements whose hello attribute has exactly the value Debra OR whose goodbye attribute has exactly the value Sherry.
All span elements that have hello as an attribute will have their value set to Debra, and all elements that have goodbye as an attribute will have their value set to Sherry.
None of the above will occur if the given style is applied to a span.
If you want to center align the text of a paragraph, which of the following style rules will be applied?
Text Here
h1#abc { text-align: center }
*#abc { text-align: center }
#abc { text-align: center }
id:abc { text-align: center }
What will happen if a user follows the anchor below?
XYZ
The user will be prompted to save a number to his/her contact list.
The user will be prompted to make a call.
The user will be prompted to delete the number from the contact list.
No action will be performed.
How will the following code affect a document?
@page rotated {size: landscape}
TABLE {page: rotated; page-break-before: right}
It will put all tables on a right-hand side landscape page.
It will rotate the page if the table is positioned at the right side.
It will keep the table in the landscape position and rotate the page.
None of the above
What will the width of the border be if the following font definition is applied to an element?
border-width:thin
1 pixel
2 pixels
3 pixels
Or copy link:
Mobile Web Authoring Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it