No content should be written after this
What is the closing body tag?
The HTML tag contains every other tab that makes up a webpage, which is why this is all the way at the botton
What is the HTML closing tag?
Hyper text markup language, a language used to create webpages
What is HTML?
Used to define a paragraph of text
What is the <p> tag?
There are six sizes of this
What is Header Font Size?
<body>, and </body>
What is the body code?
<html>, and </html
What is an HTML code?
a piece of a website, marked by a start tag and often closed with an end tag.
What is HTML element?
<p>, and </p>
What is paragraph code?
<h> , and </h>
What is a header code?
Headings, paragrpahs, images, hyperlinks, tables, lists, etc.
What is the metadata in a body tag?
an HTML tag is placed right under this
What is a <DOCTYPE> tag?
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?
You can also use <p> tags to define paragraphs of this
What is multiple lines?
Document title, chracter set, style sheets, links, and scripts
What is the metadata in a headtag?
defines the main content of the HTML document that will be directly visible on your web page
What is the Body?
An HTML tag requires these two things
What is a starting and end tag?
the text and images on a website
What is website content?
You can use the <p> tag to do this
What is write several pargraphs?
A title or summary for a document or section of a document
What is a Heading?
should be placed under the closing header tag
What is a body tag?
contains all other HTML elements exept for the <DOCTYPE> tag
What is an HTML tag?
how the content of a website is organized
What is website structure?
The two types of paragraphs in code
What is Multiple short paragraph, and sigle longer paragraph?
Inserted inside the HTML tags, but before the body tags
What is a Head tag?