Web Design Basics
Which code associates a web page with an external style sheet?
<link rel="stylesheet" href="style.css">
What tag pair is used to create a new paragraph?
<p></p>
The newest version of HTML is called ____________.
HTML5
The <meta> tag is coded in the ________ section of a web page document.
Head
Which of the following organizations takes a proactive role in developing recommendations and prototype technologies related to the Web? a. World Wide Web Consortium (W3C) b. Web Professional Standards Organization (WPO) c. Internet Engineering Task Force (IETF) d. Internet Corporation for Assigned Number and Names (ICANN)
a) World Wide Web Consortium (W3C)
Which of the following is a network that covers a small area, such as a group of buildings or campus? a. LAN b. WAN c. Internet d. WWW
a. LAN
What is a unique text-based internet address corresponding to a computer's unique numeric IP address called? a. IP address b. domain name c. URL d. user name
b. domain name
Which of the following is an HTML5 element used to indicate navigational content? a. main b. nav c. header d. a
b. nav
Which property is the CSS property used to set the background color of a web page?
background-color
Which tag is used to link web pages to each other? a. <link> tag b. <hyperlink> tag c. <a> tag d. <body> tag
c. <a> tag
Which of the following do you configure to apply a style to only one area on a web page? a. group b. class c. id d. none of the above
c. id
Choose the tag pairs that are used in a description list. a. <dt> </dt> b. <dl> </dl> c. <dd> </dd> d. All of these
d. All of these