HTML Computer Study Guide
What is the correct HTML element to define important text?
<strong>
What does the "ol" in <ol> stand for?
Ordered List
What is the abrivation for the International Consortiium that runs the web?
W3C
HTML web pages can be read and rendered by a?
Web Browser
HTML tags are surrounded by what type of brackets?
Angle
What is the process of starting or restarting a computer called?
Booting
What is the meaning of (CPU)?
Central Processing Unit
What does HTML Stand For?
Hyper Text Markup Language
What identifies the start of a two sided tag?
The Start Tag
Who makes the Web Standards?
The World Wide Web Consortium
Who is know as the father of the World Wide Web?
Tim Berners-Lee
What is the correct HTML element for inserting a line break?
<br>
What is the correct HTML element to define emphasized text?
<em>
What is the correct HTML element for playing video files?
<video>
What is the Short Cut Key for Paste?
Ctrl+v
What is the Short Cut Key for Undo?
Ctrl+z
Name the three types of Image file types that we have used in class?
png, gif and jpg
What is the correct HTML element for playing audio files?
<audio>
Tags and test that are not directly displayed on the page are written in what section of the HTML Code?
<head>
What year was HTML first Proposed?
1990
All HTML Pages start with what tag?
<!DOCTYPE html>
What is the correct HTML element used to specify an area at the bottom of a web page?
<footer>
What is the correct HTML element for the largest heading?
<h1>
A HTML program is saved using what extension?
.html
What is the correct HTML element to represent a paragraph of text?
<p>
What is the Short Cut Key for Copy?
Ctrl+c
The Program that maps domain names into IP addresses?
DNS
What does IP stand for in "IP Address"?
Internet Protocol
How many tags are in a regular element?
Two
What does the "ul" in <ul> stand for?
Unordered List