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 . <tbody>B . <article>C . <div>D . <span>View AnswerAnswer: B Explanation: The <article> tag specifies independent, self-contained content. An article should...

August 15, 2018 No Comments READ MORE +

Which value is valid for the text-transform property?

You are developing an HTML5 web application and are styling text. You need to use the text-transform CSS property. Which value is valid for the text-transform property?A . CapitalizeB . HiddenC . ItalicD . Line-throughView AnswerAnswer: A Explanation: CSS Syntax text-transform: none|capitalize|uppercase|lowercase|initial|inherit; Example Transform text in different elements: h1 {text-transform:uppercase;}...

August 14, 2018 No Comments READ MORE +

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"...

August 10, 2018 No Comments READ MORE +

Which jQuery code segment or segments should you use?

DRAG DROP You are developing a website that has many web pages with hyperlinks to other sites. You need to ensure that if a hyperlink contains an image, the linked web page opens in a new window. Which jQuery code segment or segments should you use? (To answer, drag the...

August 9, 2018 No Comments READ MORE +

Which HTML should you use?

You are developing a customer web form that includes the following HTML. <input id = "txtValue" /> A customer must enter a value in the text box prior to submitting the form. You need to add validation to the text box control. Which HTML should you use?A . <input id="txtValue"...

August 8, 2018 No Comments READ MORE +

Which CSS3 style should you use?

You are developing a web page by using HTML5. You have the following requirements: • An H1 element must be placed at the top left corner of the page. • The size and location of the H1 element must not change if additional elements are added to the page. You...

August 8, 2018 No Comments READ MORE +

Which code segment should you use?

You are developing an HTML5 web application that displays customer mailing address information. The application loads addresses from a web service by using AJAX. The following code defines a Customer object and loads address data. You need to implement the loadAddress function. Which code segment should you use? A ....

August 4, 2018 No Comments READ MORE +

Which function should you use?

You are developing a web form that includes the following code. When a user selects the check box, an input text box must be added to the page dynamically. You need to ensure that the text box is added. Which function should you use? A . Option AB . Option...

August 3, 2018 No Comments READ MORE +

Which value is valid for the text-transform property?

You are developing an HTML5 web application and are styling text. You need to use the text-transform CSS property. Which value is valid for the text-transform property?A . lowercaseB . 20pxC . line-throughD . italicView AnswerAnswer: A Explanation: CSS Syntax text-transform: none|capitalize|uppercase|lowercase|initial|inherit; Example Transform text in different elements: h1 {text-transform:uppercase;}...

August 2, 2018 No Comments READ MORE +

Which two CSS3 styles will achieve the goal?

You are styling a box object on a page by using CSS3. You need to set the transparency of the object to 50%. Which two CSS3 styles will achieve the goal? (Each correct answer presents a complete solution. Choose two.) A . Option AB . Option BC . Option CD...

August 2, 2018 No Comments READ MORE +