exam questions

Exam 98-383 All Questions

View all questions & answers for the 98-383 exam

Exam 98-383 topic 1 question 23 discussion

Actual exam question from Microsoft's 98-383
Question #: 23
Topic #: 1
[All 98-383 Questions]

DRAG DROP -
You are creating a simple HTML page that displays the text, Hello World. You must ensure that the markup is well-formed and conforms to industry best practices.
How should you construct the page? To answer, drag the appropriate HTML tags to the correct HTML tags to the correct HTML tag locations. Each tag 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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
References: https://www.w3schools.com/tags/tag_body.asp

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
Sasi7
Highly Voted 1 year, 7 months ago
<!Doctype html>
 <html>
 <body> Hello World
 </body>
 </html>
upvoted 5 times
...
rzjunction
Most Recent 6 months, 3 weeks ago
The instructions said "You must ensure that the markup is well-formed and conforms to industry best practices." But the <head> </head> tags are missing which violates best practice. What are they thinking?
upvoted 3 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 ...