ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
What is HTML? -
correct answer ✅the language you use to create a web site
What is HTML an acronym for? -
correct answer ✅hypertext markup language
What is an HTML document? -
correct answer ✅a file that contains your website content and
HTML formatting instructions
What is an HTML tag? -
correct answer ✅specifies the formatting and presentation of
information on a web site
What are HTML tags used for? -
correct answer ✅to identify elements of an HTML document
What are fundamental components of the document's structure? -
correct answer ✅elements
Example of an element? -
correct answer ✅head, title, paragraphs, list, tables
,ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
What do HTML tags consist of? -
correct answer ✅<tag name>
What do tags come in? -
correct answer ✅pairs
Every HTML document should contain? -
correct answer ✅certain standard HTML tags
<hn> </hn> -
correct answer ✅heading tag, where n is replaced with number 1-
6
How many header sizes are there? -
correct answer ✅6
What is the largest size header? -
correct answer ✅1
,ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
What is smallest size header? -
correct answer ✅6
<p> </p> -
correct answer ✅paragraph
<ul> </ul> -
correct answer ✅unordered list (bullets)
<ol> </ol> -
correct answer ✅ordered list (numbers)
<li> </li> -
correct answer ✅list item
<br /> -
correct answer ✅hard line break
<hr /> -
correct answer ✅horizontal rule
, ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
<a> </a> -
correct answer ✅anchor tag
What is the purpose of an anchor tag? -
correct answer ✅to link to other documents
What replaces the file name in <a
href="http://filename">Text</a> ? -
correct answer ✅the path and filename of the target document
What replaces the text in <a href="http://filename">Text</a> ? -
correct answer ✅the text to serve as the hyperlink in the
document
How do you specify email address in href attribute? -
correct answer ✅replace "http://" with "mailto:"
What tag do you use to make your background an image? -
correct answer ✅<body background = "filename">
(replace filename with the name of the background image)
& Answers (Grade A+)
What is HTML? -
correct answer ✅the language you use to create a web site
What is HTML an acronym for? -
correct answer ✅hypertext markup language
What is an HTML document? -
correct answer ✅a file that contains your website content and
HTML formatting instructions
What is an HTML tag? -
correct answer ✅specifies the formatting and presentation of
information on a web site
What are HTML tags used for? -
correct answer ✅to identify elements of an HTML document
What are fundamental components of the document's structure? -
correct answer ✅elements
Example of an element? -
correct answer ✅head, title, paragraphs, list, tables
,ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
What do HTML tags consist of? -
correct answer ✅<tag name>
What do tags come in? -
correct answer ✅pairs
Every HTML document should contain? -
correct answer ✅certain standard HTML tags
<hn> </hn> -
correct answer ✅heading tag, where n is replaced with number 1-
6
How many header sizes are there? -
correct answer ✅6
What is the largest size header? -
correct answer ✅1
,ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
What is smallest size header? -
correct answer ✅6
<p> </p> -
correct answer ✅paragraph
<ul> </ul> -
correct answer ✅unordered list (bullets)
<ol> </ol> -
correct answer ✅ordered list (numbers)
<li> </li> -
correct answer ✅list item
<br /> -
correct answer ✅hard line break
<hr /> -
correct answer ✅horizontal rule
, ISTM 210- Phinney Exam 3 Questions
& Answers (Grade A+)
<a> </a> -
correct answer ✅anchor tag
What is the purpose of an anchor tag? -
correct answer ✅to link to other documents
What replaces the file name in <a
href="http://filename">Text</a> ? -
correct answer ✅the path and filename of the target document
What replaces the text in <a href="http://filename">Text</a> ? -
correct answer ✅the text to serve as the hyperlink in the
document
How do you specify email address in href attribute? -
correct answer ✅replace "http://" with "mailto:"
What tag do you use to make your background an image? -
correct answer ✅<body background = "filename">
(replace filename with the name of the background image)