PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-480 (updated February 07th, 2016)

Exam 70-480: Programming in HTML5 with JavaScript and CSS3 (updated February 07th, 2016)

You need to ensure that the data validation requirement is met

You are developing a customer contact form that will be displayed on a page of a company’s
website. The page collects information about the customer.
If a customer enters a value before submitting the form, it must be a valid email address.
You need to ensure that the data validation requirement is met.
What should you use?
1. <input name=”email” type=”input” required=”required”/>
2. <input name=email” type=”url” required=”email”/>
3. <input name=”email” class” email”/>
4. <input name=”email” type=”email”/>

How should you complete the relevant markup?

DRAG DROP
You develop a website for a company by using HTML5.
You have the following requirements:
Allow multiple news postings per page under the title “Welcome to the Semantic Web!”.
Search engines must be able to index individual news postings.
News postings must be styled by using the following CSS markup:
.posting { line-height: 150%; )
You need to structure the markup for each individual news posting.
How should you complete the relevant markup? (To answer, drag the appropriate markup to
the correct location or locations in the answer area. Use only markup that applies.)

You need to apply the appropriate CSS rules to meet the requirements

You develop an HTML5 webpage with custom CSS. You have the following HTML markup:
<div class=”new” Item”>…</div>
You have the following requirements:
In addition to your CSS, you must use a corporate branded stylesheet named corporate.ess.
The corporate.ess file contains the style rule that must be used for .newsItem.
You must use the corporate.ess file to ensure that the webpage changes when the brand
changes.
You must add additional style rules to the webpage.
You cannot modify the corporate.ess file.
You need to apply the appropriate CSS rules to meet the requirements.
What should you do?

You need to modify the CSS statement to ensure that the content is displayed with the custom font

HOTSPOT
You are implementing an HTML page that uses a custom sans-serif font. The CSS
statement for the page is as follows.

Some users report that text is displayed in the default font for the browser.
You need to modify the CSS statement to ensure that the content is displayed with the
custom font.
What should you do? (To answer, select the appropriate options from the drop-down lists in
the answer area.)


Page 19 of 21« First...10...1718192021