Elements are the characters enclosed by the tags. Elements tell the browsers something about the information that sits between its opening and closing tag. elements=action tag=proper structure of action. Elements describe the structure of the pages and tags act like containers.
Attributes provide additional information about the contents of an element. They appear on the opening tag of the element and are made up of 2 parts: a name and a value, seperated by an equals sign.
Title= contents are either shown in the top of the browser, above where you usually type in the URL of the page you want to visit, or on the tabs to allow you to view multiple pages at the same time.
<h1></h1>
is used for main headings; numbers after 1 are used for subheadings (up to 6).<b></b>
makes characters appear bold.<i></i>
makes characters appear italic.<sup></sup>
is used to contain characters that should be superscript such as the suffixes of dates or mathematical concepts like raising a number to a power.<sub></sub>
is used to contain characters that should be subscript. It is commonly used with footnotes or chemical formulas.