Paragraph
Definitions
Body
Head
HTML
100

defines a paragraph

what is the <p> tag?

100

Hypertext Markup Language (a language used to create web pages)

What is the meaning of HTML?

100

Defines a documents body

What is a <body> tag?

100

a container for <title>, <style>, <meta>, <link>, <script>, and <base>

What is the HTML <head>?

100

allow web developers to arrange data into rows and columns

What are HTML columns?

200

this is an empty tag (has no end tag)

What is the <hr> tag?

200
A piece of a website, marked by a start tag and often closed with an end tag

What is HTML Element?

200

contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, links, etc. 

What is the <body> element?

200

placed between <html> tag and the <body> tag

what is the <head> element?

200

used to add styles to an element, such as color, font, size, and more. 

What is HTML style attribute?

300

defines a line break (new line)

What is the <br> element?

300

The special set of characters that indicates the start and end of an HTML element and that element's type

What is an HTML Tag?

300

required for every HTML document 

What is the <body> tag?

300

data about the HTML document 

What is Metadata?

300

does not have to be a text, it can be an image or any other HTML element

What are HTML Hyperlinks?

400

browsers often add this before and after a paragraph 

What is a margin?

400

the text and images on a website

What is Website Content?

400
always the second part of an HTML document

What is the Body?

400

defines the title of the document 

What is the HTML <title> tag>

400

defines a hyperlink 

What is the HTML <a> tag?

500

defines preformatted text

What is the HTML <pre> element?

500

how the content of a website is organized

What is Website Structure?

500

There can only be one of these in an HTML document 

what is <body> element?

500

used by search engine algorithms to decide the order when listing pages is search results

What is the Page Title?

500

label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. 

What are HTML elements?

M
e
n
u