Roshon wants to create an HTML5-compliant page that has four sections: a section that contains the site navigation links, top and bottom sections that contain a logo and copyright information, and a section that contains the main message of the page. Which elements should Roshon use to create these sections?

Respuesta :

Answer:

a tag inside nav tag for navigation, img tag for logo,span tag inside footer for copyright, for main message a div tag inside section tag

Explanation:

nav tags are used for navigation bars in html. Inside nav , a tag is used to link other pages reference. img tag is used for images. span tag is a non block element tag as it dose not span across the width of screen. For main message of the website use a div tag inside section tag  with used of h tags and p tags for proper formatting of message