defines a paragraph
what is the <p> tag?
Hypertext Markup Language (a language used to create web pages)
What is the meaning of HTML?
Defines a documents body
What is a <body> tag?
a container for <title>, <style>, <meta>, <link>, <script>, and <base>
What is the HTML <head>?
allow web developers to arrange data into rows and columns
What are HTML columns?
this is an empty tag (has no end tag)
What is the <hr> tag?
What is HTML Element?
contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, links, etc.
What is the <body> element?
placed between <html> tag and the <body> tag
what is the <head> element?
used to add styles to an element, such as color, font, size, and more.
What is HTML style attribute?
defines a line break (new line)
What is the <br> element?
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?
required for every HTML document
What is the <body> tag?
data about the HTML document
What is Metadata?
does not have to be a text, it can be an image or any other HTML element
What are HTML Hyperlinks?
browsers often add this before and after a paragraph
What is a margin?
the text and images on a website
What is Website Content?
What is the Body?
defines the title of the document
What is the HTML <title> tag>
defines a hyperlink
What is the HTML <a> tag?
defines preformatted text
What is the HTML <pre> element?
how the content of a website is organized
What is Website Structure?
There can only be one of these in an HTML document
what is <body> element?
used by search engine algorithms to decide the order when listing pages is search results
What is the Page Title?
label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.
What are HTML elements?