nerdexam
Microsoft

98-375 · Question #108

Which HTML5 tag is used to specify independent, self-contained content and may typically be used in a blog, news, or forum posting?

The correct answer is E. Article. The <article> tag specifies independent, self-contained content. The concept of an article is content that makes sense on its own and should be possible to distribute independently of the rest of the site. The <aside> content should be related to the surrounding content tag but…

Understanding HTML5

Question

Which HTML5 tag is used to specify independent, self-contained content and may typically be used in a blog, news, or forum posting?

Options

  • ACaption
  • BAside
  • CLabel
  • DSource
  • EArticle

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    9% (3)
  • E
    82% (28)

Explanation

The <article> tag specifies independent, self-contained content. The concept of an article is content that makes sense on its own and should be possible to distribute independently of the rest of the site. The <aside> content should be related to the surrounding content tag but actually defines some content aside from the content in which it is placed. The <caption> tag defines a table caption. It must be inserted immediately after the <table> tag. There can be only one caption per table. The <source> tag allows you to specify alternative video and audio files that the browser may choose from, based on its media type or codec support. The <label> tag defines a label for an <input> element. The <label> element provides a usability improvement for mouse users, because if the user clicks on the text within the <label> element, it toggles the control.

Topics

#semantic HTML#article element#HTML5 tags#self-contained content

Community Discussion

No community discussion yet for this question.

Full 98-375 Practice