Microsoft Exam Questions

You are modifying a blog site to improve search engine readability.

You are modifying a blog site to improve search engine readability.

You need to group relevant page content together to maximize search engine readability.

Which tag should you use?

A.

<

nav

>

B.

<

article

>

C.

<

span

>

D.

<

div

>

Explanation:

The

<

article

>

tag specifies independent, self-contained content.

An article should make sense on its own and it should be possible to distribute it independently from the rest of the site.

Potentialsources for the

<

article

>

element:

Forum post

Blog post

News story

Comment

Reference: HTML

<

article

>

Tag

http://www.w3schools.com/tags/tag_article.asp

http://www.w3schools.com/html/html5_new_elements.asp