exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 4 question 35 discussion

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

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.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
* The <article> element specifies independent, self-contained content.
Examples of where an <article> element can be used:

Forum post -

Blog post -

Newspaper article -
* The <header> element specifies a header for a document or section.
* when declaring the div element we must refer to CSS style named posting with a class="posting" attribute.
Reference: HTML5 Semantic Elements

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
keyan1612
4 years, 5 months ago
DVDVDVDV
upvoted 2 times
...
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 ...