exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 2 question 14 discussion

Actual exam question from Microsoft's 70-480
Question #: 14
Topic #: 2
[All 70-480 Questions]

You are developing an HTML5 web application for a surveyor company that displays topographic images.
The application must:
✑ Display the topographic images at different zoom levels without loss of detail
✑ Print the topographic images without loss of detail
✑ Work from only one source file for each topographic image
You need to ensure that the topographic images display according to the requirements.
Which HTML5 element should you use?

  • A. SVG
  • B. CANVAS
  • C. SAMP
  • D. AREA
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
* SVG stands for Scalable Vector Graphics
SVG is used to define graphics for the Web

SVG is a W3C recommendation -
* The HTML <svg> element (introduced in HTML5) is a container for SVG graphics.
SVG has several methods for drawing paths, boxes, circles, text, and graphic images.
Reference: HTML5 SVG

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...