This tag is used to make a simple paragraph in HTML
<p>
Hyper Text Markup Language is also known as....
HTML
All of the content on your webpage goes between these tags....
<BODY> and </BODY>
The information I put into a website that gets me a result.
Input
This tag will get me an unordered list.
<LI>
This tag is used to make a large sized title in HTML
<h1>
Cascading Style Sheets are how we add specific details to web pages. This is also known as....
CSS
This is the section of the HTML that people want to put titles in, but this section does not actually show up in on the website.
<HEAD> and </HEAD>
The information I get out of a website due to the information I put in.
Output
the <TABLE> tag will give me a.....
Table/ Chart
This tag is used to link an image into a website.
<IMG>
Uniform Resource Locator is the address of a website, also known as....
URL
A hyperlink is a
This is used in HTML, involves the symbols < and >.
Tags
If I want a break or a space from one line of HTML to the next, I could add the tag......
<BR>
This tag is used to link a video into HTML.
<VIDEO>
the WWW. at the beginning of a website stands for....
World Wide Web
The section at the bottom of the HTML code/ Website is called the....
An example of a search engine is....
Google/ Bing/ Duck Duck Goose, etc.
If I want my text bold, I could add the tag...
<b>
This tag goes at the VERY TOP and BOTTOM of the code. It is the root of the website code.
<HTML>
Hypertext Transfer Protocol usually goes before the WWW. in a web address. It is also known as ...
HTTP
Binary Code is a language made of two numbers that all technology is based off of. What two numbers make up Binary Code?
0 & 1
The computer the website is stored on is known as a _______. Typically, the more ______ you have, the more people you can have visiting your website at one time.
Server.
If I want my text in italics, I could add the tag.....
<I>