HTML
Body
<body></body>
Website Structure
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
Website Content
The raw text, images, and other elements included in a web page
HTML Tag
The special set of characters that tells the machine where the start and end of an HTML element is and what type it is.
HTML
<html></html>
Paragraph
<p></p>
Doctype
<!DOCTYPE>
Heading
<h> </h>
HTML Element
A piece of a website. Marked by a start tag and sometimes closed with an end tag. Also includes the content of the element as well.
HTML
Stands for Hypertext Markup Language and is used to create the content of a web page.
Head
<head></head>