A document that can be viewed in a web browser (like Chrome or Firefox)
Web Page
What is the standard markup language for creating web pages
HTML
container for metadata
<head>
What is the number one cause of accidents in the classroom
trips and falls
what is the paragraph tag
<p>
A collection of web pages grouped together and connected in various ways
Web Site
What does HTML stand for
Hypertext Markup Language
defines the title of a document and is displayed in the browser tab NOT on the actual webpage
<title>
what can you prevent from people falling the classroom
walk and never run,
what is a blockquote
Adds special emphasis to a bit of text by indenting it over
What Are pages and sites delivered by.
Servers
What is the current version of HTML
HTML5
contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
<body>
what is teh number one cause of people falling down or up stairs
distraction
what is the difference between <b> and <strong>
The <strong> element is for content that is of greater importance, while the <b> element is used to draw attention to text without indicating that it's more important
A computer that hosts a website on the internet
Web Server
5
Whats the largest heading and smallest heading
<h1> <h6>
what muscles do you when you lift something at work
leg muscles
what is teh tag for a unordered list
<ul>
A web service that helps you find other web (such as Google, Yahoo, Duckduckgo)
Search Engine
This is simply information to a browser telling what kind of document to expect for a Html document
<!DOCTYPE html>
what is the tag for linking a image
<img>
what degrees should be at when sitting in a chair
90 degrees
what is teh tag for ordered lsit
<ol>