- HTML Describes the structure of the page.
- An Element is made up of two tags. While the element tells the browser information about a certain section of code, the tag is the tool to wrap the element.
- Attributes give us more information about the element. The name tells us the type of information and the value tells us what the information is.
- The body is everything that is shown in the browser. The head is information about the page. The title is shown at the top of the browers above the url.
- View - Developer Tools - View Source
<h1> Header <b> bold font <i> italic font <q> quote <address> physical address- Empty elements have no words between the elements. eg:
<hr /> - Semantic Markups should not affect the structure of the page but give more information to the browser.
NewerOlder