HTML
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.
<body>
Contains all the main contents of your web page
<head>
Contains information (sometimes called "metadata") about your web page
</p>
End of the paragraph
<html>
Indicates the beginning of your code written in HTML
HTML
Stands for Hypertext Markup Language and is used to create the content of a web page.
<p>
Start of a paragraph
<!DOCTYPE html>
Tells the computer that this is a document written in HTML
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.