Which value should you use?

You are developing an HTML5 page. The page includes the following code. The inner paragraph must be exactly 15 pixels from the top left corner of the outer paragraph. You set the left style for the inner paragraph to the appropriate value. You need to set the position property of...

March 12, 2019 No Comments READ MORE +

Which tag should you use?

You are developing an HTML5 page. You need to add author and copyright information. Which tag should you use?A . <aside>B . <header>C . <footer>D . <section>View AnswerAnswer: C Explanation: The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains...

March 12, 2019 No Comments READ MORE +

Which code segment should you use?

You are developing a customer web form that includes following HTML. <input id="txtValue"/> You need to develop the form so that customers can enter only a valid country code consisting of three English alphabet characters. Which code segment should you use? A . Option AB . Option BC . Option...

March 11, 2019 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 . redB . hiddenC . lowercaseD . italicView AnswerAnswer: C Explanation: CSS Syntax text-transform: none|capitalize|uppercase|lowercase|initial|inherit; Example Transform text in different elements: h1 {text-transform:uppercase;}...

March 10, 2019 No Comments READ MORE +

Which code segment should you use to replace the Loader function?

You are developing an HTML5 web application that displays the current temperature whenever a button is clicked. The following code provides this functionality. When the temperature is loaded, the status property on the loader instance does not change. You need to ensure that the status property on the loader instance...

March 8, 2019 No Comments READ MORE +

Which lines of code should you use?

You are developing an HTML5 page that has an element with an ID of logo. The page includes the following HTML. <div> Logo:<br> <div id="logo"> </div> </div> You need to move the logo element lower on the page by five pixels. Which lines of code should you use? (Each correct...

March 8, 2019 No Comments READ MORE +

How should you write the code?

DRAG DROP You are developing an online shopping application that accepts credit cards for payment. If the credit card number is invalid, the application must: Generate an error Assign "200" to the error number Assign "Invalid" to the error description You need to write the code that meets the requirements....

March 8, 2019 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;}...

March 7, 2019 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...

March 7, 2019 No Comments READ MORE +

Which illustration should you submit?

HOTSPOT You are developing an HTML5 application for a company. You apply the following style to a DIV element on a page. You need to submit a draft illustration of the results of this code. Which illustration should you submit? (To answer, select the appropriate illustration in the answer area.)...

March 4, 2019 No Comments READ MORE +