





















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive set of multiple-choice questions covering fundamental concepts in web development, including html, css, and basic web design principles. It provides a valuable resource for students preparing for their it270 final exam, offering insights into key topics and testing their understanding of web development concepts.
Typology: Exams
1 / 29
This page cannot be seen from the preview
Don't miss anything!
Select the item below that indicates the top-level domain name for the URL http://www.mozilla.com. a. http b. com c. mozilla d. www - CORRECT - b. com 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 - CORRECT - b. domain name The purpose of is to ensure the integrity of the communication. a. IP b. TCP c. HTTP d. FTP - CORRECT - b. TCP Choose the true statement: a. The title of the web page is displayed by the meta element. b. Information about the web page is contained in the body section.
c. The content that displays in the browser viewport is contained in the head section. d. The content that displays in the browser viewport is contained in the body section. - CORRECT - d. The content that displays in the browser viewport is contained in the body section. Which tag is used to hyperlink web pages to each other? a.
b.
b.
- CORRECT - a.
Which tag configures the following text or element to display on a new line? a.
d.
Which tag pair configures a paragraph? a.
d.
d. none of the above - CORRECT - b. hierarchical, linear, and random Which of the following is not a web design recommended practice? a. design your site to be easy to navigate b. colorful pages appeal to everyone c. design your pages to load quickly d. limit the use of animated items - CORRECT - c. design your pages to load quickly Which are the four principles of the Web Content Accessibility Guidelines? a. contrast, repetition, alignment, and proximity b. perceivable, operable, understandable, and robust c. accessible, readable, maintainable, and reliable d. hierarchical, linear, random, and sequential - CORRECT - c. accessible, readable, maintainable, and reliable Which of the following would a consistent website design not have? a. a similar navigation area on each content page b. the same fonts on each content page c. a different background color on each page d. the same logo in the same location on each content page - CORRECT - a. a similar navigation area on each content page Which of the following is the design technique used to create pages that stretch to fill the browser window? a. fixed b. fluid c. wireframe
d. complementary - CORRECT - b. analogous Which type of CSS is coded in the body of the web page as an attribute of an HTML tag? a. embedded b. inline c. external d. imported - CORRECT - b. inline Which of the following can be a CSS selector? a. an HTML element name b. a class name c. an id name d. all of the above - CORRECT - d. all of the above Which of the following is the CSS property used to set the background color? a. bgcolor b. color c. bcolor d. background-color - CORRECT - d. background-color Which of the following describes two components of CSS rules? a. selectors and declarations b. properties and declarations c. selectors and attributes d. none of the above - CORRECT - a. selectors and declarations
Which of the following associates a web page with an external style sheet? a.