1.

What does include?(a) Header(b) Sidebar(c) Article(d) FooterI got this question in an online quiz.My question is based upon HTML5 Introduction in portion HTML Fundamentals of HTML

Answer» RIGHT answer is (c) Article

Easy explanation:
element contains navigation LINKS. Slidebar is for hoverable/sliding text.
is introduced in HTML5 which is present at the END of page and do contains footer information i.e copyright information. Main content is the entire article which wraps the
element. It holds the page’s main content. It can be useful for screen readers. E.g.
…………


Discussion

No Comment Found

Related InterviewSolutions