BODY
The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
FOOTER
The <footer> tag defines a footer for a document or section.
A <footer> element should contain information about its containing element.
A <footer> element typically contains:
- authorship information
- copyright information
- contact information
- sitemap
- back to top links
- related documents
You can have several <footer> elements in one document.
SIDEBAR
The <aside> tag defines some content aside from the content it is placed in.
The aside content should be related to the surrounding content.
No comments:
Post a Comment