Mobile Web Authoring Test
Consider the following font definition, then choose the option that shows another way of getting the same result. font-weight:bold
How will the following code affect a document? @page rotated {size: landscape} TABLE {page: rotated; page-break-before: right}
If you want to center align the text of a paragraph, which of the following style rules will be applied? <head> <style type="text/css"> ________________________ </style> </head> <body> <p i...
In which of the following Interaction methods does the browser focus jump from link to link?
Is the following statement true or false? In XHTML Mobile Profile, the <ol>, <ul>, and <li> elements support the type attribute.
Is the following statement true or false? The Best Practices Working Group for Mobile Web Application recommends that percentages and relative measures be avoided in favour of pixel and absolute m...
The term Card in mobile applications refers to ________________.
To save the phone number 8934532348 against the name Peter in the user's phone book, which of the following anchor tags must be used?
What happens if the signal-medium priority notification of the Service Indication is sent to a user?
What is a Mobile widget?
What is the advantage of adding the following code in the <head> of Mobile Web Applications? <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0" />
What is the advantage of aggregating static images (sprites) into a single composite resource?
What is the advantage of specifying the width and height of an image using XHTML?
What is the default formatting of the em element in XHTML Mobile Profile?
What is the function of the left softkey in mobile user-interface?
What is the initial value of the -wap-marquee-style property?
What is the initial value of the border-width property?
What is the Maximum Page Weight recommended by the Best Practices Working Group for Mobile Web Application?
What is the minimum usable screen width that is recommended by Best Practices Working Group for Mobile Web Application?
What must be kept in mind while designing Mobile Application with regard to users, while they are using a mobile phone?
What will happen if a line break is inserted in the marquee text?
What will happen if a user follows the anchor below? <a href="wtai://wp/mc;8045234614">XYZ</a>
What will happen if a widget is running and an incoming call is being received on the same device?
What will happen if the action attribute value of Service Loading is set to cache, and the cache does not exist?
What will happen if the attribute selector is being matched as: [att~=val]
What will happen if the following style is applied to a span? span[hello="Debra"][goodbye="Sherry"] { color: blue; }
What will happen if the following style rule is applied to a hyperlink? a.external:visited { color: red }
What will the width of the border be if the following font definition is applied to an element? border-width:thin
When does the following style selector rule apply? h1 + h2 { margin-top: -15mm }
When using JavaScript with Mobile Web Applications, which of the following represents best practice?
Which is the best method to specify a URL for href, as recommended by the Best Practices Working Group for Mobile Web Applications?
Which of the following attributes is/are not supported by the anchor element in XHTML Mobile Profile?
Which of the following border styles is valid?
Which of the following content types enables a URL address to be sent to a device?
Which of the following elements is/are available in XHTML Mobile Profile but not in XHTML basic?
Which of the following elements must be placed within <p> or some other element in XHTML Mobile Profile?
Which of the following image extensions should be used when creating mobile applications?
Which of the following is correct regarding CSS in mobile widgets?
Which of the following is/are required in the Service Indication content type?
Which of the following properties allow(s) percentages in the value field(s)?
Which of the following statements is/are true regarding XHTML Mobile Profile?
Which of the following strategies can be used to optimize network requests for Mobile Web Applications?
Which of the following style elements has the highest priority in the cascading rules?
Which of the following table attributes is/are not supported in XHTML Mobile Profile?
Which of the following values of the border-top-style property is not valid for CSS Mobile Profile?
Why does the Best Practices Working Group for Mobile Web Application recommend a page title length between 12 and 14 characters?
Why does the Best Practices Working Group for Mobile Web Applications recommend underlining hyperlinks?
With regard to Mobile Web Applications, which of the following types of files do/does not benefit from transfer compression, and has/have a negative net impact instead?