Which HTML should you use?

You are developing a customer web form that includes the following HTML. <input id="txtValue"/> You need to change the HTML markup so that customers can enter only a valid three-letter country code. Which HTML should you use?A . <input id="txtValue" type="country"/>B . <input id="txtValue" type="text" required="xxx"/>C . <input id="txtVa!ue" type="text"...

September 24, 2018 No Comments READ MORE +

What should you do?

DRAG DROP You are developing a web page for runners who register for a race. The page includes a slider control that allows users to enter their age. You have the following requirements: • All runners must enter their age. • Applications must not be accepted from runners less than...

September 22, 2018 No Comments READ MORE +

Which tag should you use?

You are modifying a website. The body of the page will be divided into two sections: • A content section will contain blog posts and comments. • An area on the right-hand side will contain advertisements. The page is defined by the following HTML. The site must conform to HTML5...

September 21, 2018 No Comments READ MORE +

Which code segment should you use?

You are developing application web form by using HTML5 and JavaScript. You need to prevent users from submitting form data more than once. Which code segment should you use? A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: A Explanation: * this, in disable(this), refers...

September 21, 2018 No Comments READ MORE +

Which tag should you use?

You are modifying a blog site to improve search engine readability. You need to group relevant page content together to maximize search engine readability. Which tag should you use?A . <nav>B . <article>C . <span>D . <div>View AnswerAnswer: B Explanation: The <article> tag specifies independent, self-contained content. An article should...

September 20, 2018 No Comments READ MORE +

In which order will the five style sheets be applied?

DRAG DROP You are creating an application by using HTML5 and CSS3. The styles for the pages are derived from five style sheets. The styles are not being applied correctly to the pages in the application. You need to determine the order in which the style sheets will be applied...

September 19, 2018 No Comments READ MORE +

Which lines of code should you use?

HOTSPOT You are developing an airline reservation website by using HTML5 and JavaScript. A page on the site allows users to enter departure and destination airport information and search for tickets. You have the following requirements: • Users must be able to save information in the application about their favorite...

September 18, 2018 No Comments READ MORE +

Which three types of objects should you use?

You are developing a web application that uses web workers to process images extracted from an HTML5 CANVAS object on a web page. You need to pass messages between the web workers and the web page. Which three types of objects should you use? (Each correct answer presents a complete...

September 16, 2018 No Comments READ MORE +

What should you do?

You are developing an application that consumes a Windows Communication Foundation (WCF) service. The application interacts with the service by using the following code. (Line numbers are included for reference only.) You need to authenticate to the WCF service. What should you do?A . At line 11, add the following...

September 15, 2018 No Comments READ MORE +

Which two lines of code should you use?

You are developing an HTML5 page that has an element with an ID of picture. The page includes the following HTML. You need to move the picture element lower on the page by five pixels. Which two lines of code should you use? (Each correct answer presents part of the...

September 15, 2018 No Comments READ MORE +