HTML/CSS FINAL EXAM PREP
CORRECT QUESTIONS AND
ANSWERS | 2025 VERIFIED
where do you place the code to associate a web page with an external style sheet?
CORRECT ANSWERS head section
What does CSS stand for? CORRECT ANSWERS Cascading Style sheets
What is the correct HTML for referring to an external style sheet? CORRECT
ANSWERS <link rel="stylesheet" type="text/css" href="mystyle.css">
Where in an HTML document is the correct place to refer to an external style sheet?
CORRECT ANSWERS <head> section
Which HTML tag is used to define an internal style sheet? CORRECT ANSWERS
<style>
Which HTML attribute is used to define inline styles? CORRECT ANSWERS style
What is a unique text-based internet address corresponding to a computer's unique
numeric address called? CORRECT ANSWERS domain name
which of the following is a network that covers a small area, such as a group of
buildings or campus? CORRECT ANSWERS LAN
Select the item below that indicates the top-level domain name for the URL:
http://www.mozilla.com. CORRECT ANSWERS com
of the following organizations, which one coordinates applications for new TLDs?
CORRECT ANSWERS ICANN
what is a unique text-based internet address corresponding to a computer's unique
numeric ip address called? CORRECT ANSWERS domain name
Which of the following organzizations takes proactive role in developing
recommendations and prototype technologies related to the web? CORRECT
ANSWERS W3C
a URL is one type of URI CORRECT ANSWERS true
Markup languages contain sets of directions that tell the browser software how to
display and manage a web document CORRECT ANSWERS true
, The world wide web was developed to allow companies to conduct e-commerce over
the internet. CORRECT ANSWERS false
a domain name that ends in .net indicates that the website is for a networking company.
CORRECT ANSWERS false
a standard language used for specifying a markup language or take set is CORRECT
ANSWERS SGML
combines the formatting strengths of HTML 4.0 and the data structure and extensibility
strengths of XML CORRECT ANSWERS XHTML
the st of markup symbols or codes placed in a file intended for display on a web
browser. CORRECT ANSWERS HTML
what is the newest version of HTML? CORRECT ANSWERS HTML5
frequently communicating by posting brief messages at a social networking site is called
CORRECT ANSWERS microblogging
the purpose of ___ is to ensure the integrity of network communication. CORRECT
ANSWERS TCP
Which tag pair is used to create the largest heading? CORRECT ANSWERS <h1> ...
</h1>
Which tag configures the next element or portion of text to display on a new line?
CORRECT ANSWERS <br>
Which tag pair configures a structural area on a web page? CORRECT ANSWERS
<div> .. </div>
Which tag is used to link web pages to each other? CORRECT ANSWERS <a>
What is the default alignment for elements on a web page? CORRECT ANSWERS left
Which type of HTML list will automatically number the items for you? CORRECT
ANSWERS ordered list
When do you need to use a fully qualified URL in a hyperlink? CORRECT ANSWERS
when linking an external site
Which of the following is an HTML5 element used to indicate navigational content?
CORRECT ANSWERS nav
CORRECT QUESTIONS AND
ANSWERS | 2025 VERIFIED
where do you place the code to associate a web page with an external style sheet?
CORRECT ANSWERS head section
What does CSS stand for? CORRECT ANSWERS Cascading Style sheets
What is the correct HTML for referring to an external style sheet? CORRECT
ANSWERS <link rel="stylesheet" type="text/css" href="mystyle.css">
Where in an HTML document is the correct place to refer to an external style sheet?
CORRECT ANSWERS <head> section
Which HTML tag is used to define an internal style sheet? CORRECT ANSWERS
<style>
Which HTML attribute is used to define inline styles? CORRECT ANSWERS style
What is a unique text-based internet address corresponding to a computer's unique
numeric address called? CORRECT ANSWERS domain name
which of the following is a network that covers a small area, such as a group of
buildings or campus? CORRECT ANSWERS LAN
Select the item below that indicates the top-level domain name for the URL:
http://www.mozilla.com. CORRECT ANSWERS com
of the following organizations, which one coordinates applications for new TLDs?
CORRECT ANSWERS ICANN
what is a unique text-based internet address corresponding to a computer's unique
numeric ip address called? CORRECT ANSWERS domain name
Which of the following organzizations takes proactive role in developing
recommendations and prototype technologies related to the web? CORRECT
ANSWERS W3C
a URL is one type of URI CORRECT ANSWERS true
Markup languages contain sets of directions that tell the browser software how to
display and manage a web document CORRECT ANSWERS true
, The world wide web was developed to allow companies to conduct e-commerce over
the internet. CORRECT ANSWERS false
a domain name that ends in .net indicates that the website is for a networking company.
CORRECT ANSWERS false
a standard language used for specifying a markup language or take set is CORRECT
ANSWERS SGML
combines the formatting strengths of HTML 4.0 and the data structure and extensibility
strengths of XML CORRECT ANSWERS XHTML
the st of markup symbols or codes placed in a file intended for display on a web
browser. CORRECT ANSWERS HTML
what is the newest version of HTML? CORRECT ANSWERS HTML5
frequently communicating by posting brief messages at a social networking site is called
CORRECT ANSWERS microblogging
the purpose of ___ is to ensure the integrity of network communication. CORRECT
ANSWERS TCP
Which tag pair is used to create the largest heading? CORRECT ANSWERS <h1> ...
</h1>
Which tag configures the next element or portion of text to display on a new line?
CORRECT ANSWERS <br>
Which tag pair configures a structural area on a web page? CORRECT ANSWERS
<div> .. </div>
Which tag is used to link web pages to each other? CORRECT ANSWERS <a>
What is the default alignment for elements on a web page? CORRECT ANSWERS left
Which type of HTML list will automatically number the items for you? CORRECT
ANSWERS ordered list
When do you need to use a fully qualified URL in a hyperlink? CORRECT ANSWERS
when linking an external site
Which of the following is an HTML5 element used to indicate navigational content?
CORRECT ANSWERS nav