25.5k views
4 votes
Steve is new to web development, and he has been asked to create a website with a minimum of 10 webpages for one of his high school events using Hypertext Markup Language (HTML) 5. ​ Steve wants to insert the copyright information in the webpages for the images used in the website. Where would you recommend him to place this information?​

1 Answer

5 votes

Answer:

Steve should insert the copyright information in the footer section

Step-by-step explanation:

HTML 5 Implements several semantic elements, semantic elements refer to html elements that gives a clear description of what they are used for both the browser and the website developer. examples of these semantic elements are <form> , <table> , and <article>. other types of elements refered to as non-semantic provides no description of their function for e.g <div> and <span>. Since copyright informations are mostly placed in the bottom of a document, it is recommended that Steve places it at the footer section.

User Tomassilny
by
7.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.