Online Access Free 070-480 Practice Test
| Exam Code: | 070-480 |
| Exam Name: | Programming in HTML5 with JavaScript and CSS3 |
| Certification Provider: | Microsoft |
| Free Question Number: | 322 |
| Posted: | May 30, 2026 |
You develop an HTML5 application that allows images to be dragged and dropped within a webpage. The webpage contains a DIV element and four IMG elements as defined in the code segment below:
You need to enable drag and drop for the application.
How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.)

You are developing a blog web page that is being optimized for accessibility. The page includes the following HTML.
The heading tags represent a blog post title, a blog post subtitle, and the author's name.
You need to ensure that the three headings are treated as a unit but retain their individual formatting.
Which tags should you use to wrap the H1, H2, and H3 elements?
You develop a webpage. You create the following HTML markup:
<!DOCTYPE html>
<html>
<head>
<style></style>
</head>
<body>
<div id"top">
The layout of the webpage must contain three rows. The first row spans the entire width of the page and is labeled #Top. The second row contains three columns. The first column is labeled #Left; the second column is labeled #Main; and the right column is labeled #Right. The #Left and #Right columns are a fixed width. The
#Main column occupies the remaining available space. The third and final row spans the entire width of the page and is labeled #Bottom.
The layout of the webpage must resemble the following image:
You need to create the CSS styles to implement the layout.
How should you complete the relevant styles? (To answer, select the appropriate option from each drop-down list in the answer area.)

You have the following code.
You need to parse the objToParse string to ensure that the returned object has a name property equal to
"_empty_" if the name variable is empty.
How should you complete the code? To answer, drag the appropriate code elements to the correct. targets.
Each code elements may be used once, more than once. or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.





