Skip to main content

Website Design and Development Test Questions - 921 Verified Questions

Page 1


Website Design and Development Test Questions

Course Introduction

Website Design and Development introduces students to the fundamental principles and practices of creating effective, engaging, and accessible websites. The course covers essential concepts such as user interface (UI) and user experience (UX) design, responsive layouts, web standards, and the basics of front-end development using HTML, CSS, and JavaScript. Students will learn how to plan, design, and deploy websites that function across various devices and platforms. Through hands-on projects, learners gain practical experience in using web development tools, version control, and integrating interactive elements, preparing them to create professional-grade web solutions for real-world applications.

Recommended Textbook

HTML5 and CSS Complete 7th Edition by Denise M. Woods

Available Study Resources on Quizplus

10 Chapters

921 Verified Questions

921 Flashcards

Source URL: https://quizplus.com/study-set/2230 Page 2

Chapter 1: Introduction to HTML, XHTML, and CSS

Available Study Resources on Quizplus for this Chatper

112 Verified Questions

112 Flashcards

Source URL: https://quizplus.com/quiz/44340

Sample Questions

Q1) More than 950 thousand people in 240 countries connect to the Internet using computers in their homes, offices, schools, and public locations such as libraries.

A)True

B)False

Answer: False

Q2) List at least five basic steps to test content and functionality of a Web site.

Answer: 1) Validating each Web page by running it through the W3C markup validation service

2) Proofreading page content and titles to review for accurate spelling and grammar

3) Checking links to ensure that they are not broken and are linked correctly

4) Checking graphics to confirm they appear properly and are linked correctly

5) Ensuring that accessibility and internationalization issues are addressed

6) Testing forms and other interactive page elements

7) Testing pages to make sure they load quickly, even over lower-speed connections

8) Printing each page to check how printed pages look

Q3) The linked documents on the Web are known as Web ____________________. Answer: pages

To view all questions and flashcards with answers, click on the resource link above.

3

Chapter 2: Creating and Editing a Web Page Using Inline Styles

Available Study Resources on Quizplus for this Chatper

111 Verified Questions

111 Flashcards

Source URL: https://quizplus.com/quiz/44342

Sample Questions

Q1) Normal text can be used in a series of text items called a(n)

Answer: list

Q2) A printed copy of HTML code can help you immediately see the relationship between the HTML tags and the Web page that you view in the browser. A)True B)False

Answer: True

Q3) The _____ tags contain the main content of a Web page.

A) <html> and </html> B) <page> and </page> C) <head> and </head> D) <body> and </body> Answer: D

Q4) A ____ tag indicates a term in a definition list.

A) <dl> B) <dr> C) <dd> D) <dt> Answer: D

To view all questions and flashcards with answers, click on the resource link above. Page 4

Chapter 3: Creating Web Pages With Links, Images, and Embedded Style Sheets

Available Study Resources on Quizplus for this Chatper

112 Verified Questions

112 Flashcards

Source URL: https://quizplus.com/quiz/44343

Sample Questions

Q1) The <h2> heading tag is a(n) ____________________ style that indicates that the heading text should be larger than regular text but smaller than text formatted using an <h1> heading tag.

Answer: logical

Q2) The float property indicates in which direction to display an element being inserted on a Web page.

A)True

B)False

Answer: True

Q3) A pseudo-class is attached to a ____ to specify a state or relation and give the Web developer more control.

A) declaration with an ampersand

B) declaration with an @ sign

C) selector with a colon

D) selector with a period

Answer: C

Q4) The <____________________> tag is a logical style tag that displays text with emphasis and usually appears as italicized.

Answer: em

To view all questions and flashcards with answers, click on the resource link above. Page 5

Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Available Study Resources on Quizplus for this Chatper

112 Verified Questions

112 Flashcards

Source URL: https://quizplus.com/quiz/44344

Sample Questions

Q1) By default, a caption will be centered ____________________ the table.

Q2) The ____ tags allow the use of the rowspan, colspan, and headers attribute.

A) &lt;tr&gt; and &lt;th&gt;

B) &lt;td&gt; and &lt;tr&gt;

C) &lt;th&gt; and &lt;td&gt;

D) &lt;td&gt; and &lt;tt&gt;

Q3) ____ is shorthand to set the top, right, bottom, and left space around an element.

A) Border spacing

B) Padding

C) Cell width

D) Cell height

Q4) To quit Notepad++, click the ____________________ button on the Notepad++ title bar.

Q5) When a table uses the spacing and padding styles, the size of each data cell is automatically set to the minimum size needed for the text inserted in the data cell.

A)True

B)False

Q6) All tags for a table are inserted within the <____________________> tags.

Page 6

To view all questions and flashcards with answers, click on the resource link above.

Chapter 5: Creating an Image Map

Available Study Resources on Quizplus for this Chatper

112 Verified Questions

112 Flashcards

Source URL: https://quizplus.com/quiz/44345

Sample Questions

Q1) When a Web page visitor clicks a link on a server-side image map, the browser sends the ____ coordinates of the mouse click to the Web server.

A)a-

B)b-

C)x-

D)y-

Q2) The ____ tag defines the link and anchors for an image map.

A) &lt;area&gt;

B) &lt;link&gt;

C) &lt;a&gt; D) &lt;href&gt;

Q3) Which of the following represents the general syntax for the &lt;area&gt; tag?

A) &lt;area area=" " name=" " coords=" " ismap=" "&gt;

B) &lt;area shape=" " coords=" " href=" " alt=" "&gt;

C) &lt;area name=" " ismap=" " coords=" " href=" "&gt; D) &lt;area usemap=" "&gt;

Q4) The entire image used in an image map must be clickable.

A)True B)False

Q5) Describe in detail the steps in the process of creating a client-side image map.

To view all questions and flashcards with answers, click on the resource link above. Page 7

Chapter 6: Creating a Form on a Web Page

Available Study Resources on Quizplus for this Chatper

111 Verified Questions

111 Flashcards

Source URL: https://quizplus.com/quiz/44346

Sample Questions

Q1) Which of the following attributes, when used with the text tag, determines the number of characters that display on a form?

A) character

B) size

C) width

D) dimension

Q2) The resume and send controls create the Reset and Submit buttons.

A)True

B)False

Q3) Using ____________________ is especially helpful in cases where some information is required and some is optional.

Q4) Another portion of the code Jacqueline is reconstructing includes a reference to the readonly attribute. Which HTML tag must be in use?

A) &lt;textarea&gt;&lt;/textarea&gt;

B) &lt;option&gt;&lt;/option&gt;

C) &lt;select&gt;&lt;/select&gt;

D) &lt;legend&gt;&lt;/legend&gt;

Q5) In a(n) ____________________ box, a visitor may enter larger amounts of text.

Q6) A(n) ____________________ button typically appears as an open circle.

Page 8

To view all questions and flashcards with answers, click on the resource link above.

Chapter 7: Using Advanced Cascading Style Sheets

Available Study Resources on Quizplus for this Chatper

111 Verified Questions

111 Flashcards

Source URL: https://quizplus.com/quiz/44347

Sample Questions

Q1) If you specify line-height by number, the browser uses the ____ property to determine the space.

A) font-size

B) line-size

C) line-space

D) tracking

Q2) Which of the following kinds of style sheets are overridden by inline styles?

A) embedded

B) external

C) neither a nor b

D) both a and b

Q3) Web developers can specify the margins of a page box inside a(n) ____________________ rule.

Q4) The ____ property value generates an absolutely positioned element, positioned relative to the first parent element that has a position other than static.

A) absolute

B) relative

C) fixed

D) static

To view all questions and flashcards with answers, click on the resource link above. Page 9

Chapter 8: Adding Multimedia Content to Web Pages

Available Study Resources on Quizplus for this Chatper

110 Verified Questions

110 Flashcards

Source URL: https://quizplus.com/quiz/44348

Sample Questions

Q1) The name parameter for the Windows Media Player tells the name of the object that you want to insert.

A)True

B)False

Q2) It is suggested that Web developers utilize common formats, such as .wmv, .mp4,.flv, and .mp3.

A)True

B)False

Q3) The URL parameter for Windows Media Player requires a URL and cannot accept a local filename.

A)True

B)False

Q4) An important part of Web development is testing to ensure that you are following the appropriate____.

A) settings

B) standards

C) baselines

D) indices

Q5) The ____________________ parameter for QuickTime plays the clip in a continuous loop.

To view all questions and flashcards with answers, click on the resource link above. Page 10

Chapter 9: HTML Special Feature 1: Attracting Visitors to Your Web Site

Available Study Resources on Quizplus for this Chatper

15 Verified Questions

15 Flashcards

Source URL: https://quizplus.com/quiz/44339

Sample Questions

Q1) A Web site is an active marketing tool.

A)True

B)False

Q2) Optimizing a Web site involves editing the content and HTML in the Web page to increase its relevance to specific keywords and to remove barriers to the page indexing functions of search engines.

A)True

B)False

Q3) One way to advertise your Web site is to negotiate reciprocal links in which you agree to link to a Web site if they agree to link to your Web site.

A)True

B)False

Q4) It is a good idea to register your site with search engines that specialize in subject matter related to your Web site.

A)True

B)False

Q5) Publishing your Web site means transferring your files to the Web server.

A)True

B)False

To view all questions and flashcards with answers, click on the resource link above. Page 11

Chapter 10: HTML Special Feature 2: Converting Frames on Your Web Site

Available Study Resources on Quizplus for this Chatper

15 Verified Questions

15 Flashcards

Source URL: https://quizplus.com/quiz/44341

Sample Questions

Q1) Frame layouts can be designed in a variety of ways.

A)True

B)False

Q2) All the frames in a frameset must have the same attributes, such as border, scrolling, the ability to resize, etc.

A)True

B)False

Q3) Using the ____ tag, you can lay out a Web page so that a menu remains constant in one section and the content displays in a second section of the Web page.

A) &lt;matrix&gt;

B) &lt;layout&gt;

C) &lt;div&gt;

D) &lt;table&gt;

Q4) Only the topmost Web page in a frameset can be viewed independently in the browser as well as within the frameset.

A)True

B)False

To view all questions and flashcards with answers, click on the resource link above. Page 12

Turn static files into dynamic content formats.

Create a flipbook