

Web Design Fundamentals
Exam Answer Key
Course Introduction
Web Design Fundamentals introduces students to the essential principles and techniques of creating effective, user-friendly websites. The course covers the basics of HTML and CSS for structuring and styling web pages, as well as design concepts such as layout, color theory, typography, and responsive design. Students will also learn about usability, web accessibility standards, and best practices for optimizing websites for different devices. Through hands-on projects and real-world examples, participants gain practical skills in planning, designing, and building visually appealing and functional websites.
Recommended Textbook
HTML and JavaScript BASICS 4th Edition by Karl
Barksdale
Available Study Resources on Quizplus
10 Chapters
499 Verified Questions
499 Flashcards
Source URL: https://quizplus.com/study-set/1307

Page 2

Chapter 1: Quick Html Know-How
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26043
Sample Questions
Q1) In 1995,the Netscape Communications Corporation caught the imagination of businesses with its release of Netscape ____.
A) Pilot
B) 3D
C) Simulator
D) Navigator
Answer: D
Q2) Use the simplest,most basic tools available when writing HTML,such as ____.
A) Notepad on a Windows PC
B)SimpleText on a Macintosh
C)either a.or b.
D)neither a.nor b.
Answer: C
Q3) A Web page,also referred to as a Web document or HTML document,includes any page created in HTTP that can be placed on the World Wide Web.____________________
A)True
B)False
Answer: False
To view all questions and flashcards with answers, click on the resource link above.
Page 3
Chapter 2: Basic Organization Techniques
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26044
Sample Questions
Q1) Mixing red and green color shades in an incorrect way can cause color-blind people to struggle with the text.
A)True
B)False
Answer: True
Q2) Used in HTML to indicate a special quality
A)Attribute
B)Deprecated
C)Hyperlink
D)Standards
E)Value
Answer: A
Q3) In Notepad,word-wrap settings have no impact on your HTML code or how a page is displayed by a browser.
A)True
B)False
Answer: True
Q4) An easy tag to use to organize a Web page is the < br /> tag.The "br" stands for ____________________.
Answer: break

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

Chapter 3: Power Techniques
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26045
Sample Questions
Q1) The survey also lists ten lunches and asks the students to place a check mark next to the meals they like.Students can choose as many answers as they want to.For this question,Kamilla would use a ____.
A) text box
B) drop-down list
C) radio button
D) check box
Answer: D
Q2) Use < style> tag attributes and values to control the size of words with ____.
A) < style="font-size:">
B) < style="font size:">
C) < style="text-size:">
D) < style="text size:">
Answer: A
Q3) Within cells,you can align pictures and text to the center,left,or right.
A)True
B)False
Answer: True
To view all questions and flashcards with answers, click on the resource link above. Page 5
Chapter 4: Html Structural Design Techniques
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26046
Sample Questions
Q1) The frameset tag can contain a rows attribute or a cols attribute._________________________
A)True
B)False
Q2) Frames support several attributes that may ____ the user to adjust the appearance of the resulting Web page.
A) allow
B)disallow
C)either a.or b.
D)neither a.nor b.
Q3) In order to create a list of links for the navigation bar,Bob would use the ____ tag.
A) < bd>
B) < ord>
C) < li>
D) < list>
Q4) A(n)____________________ is a series of hyperlinks,usually organized horizontally or vertically on a Web page or in a frame.
To view all questions and flashcards with answers, click on the resource link above.

6

Chapter 5: Introduction to Cascading Style Sheets
Available Study Resources on Quizplus for this Chatper
49 Verified Questions
49 Flashcards
Source URL: https://quizplus.com/quiz/26047
Sample Questions
Q1) Strictly speaking,the header section is optional,but it is required by many ____ companion technologies such as CSS and JavaScript.
A) HTML
B) HTTP
C) FTP
D) TCP/IP
Q2) Using the cascading style below,the font-family and font-color attributes will be applied to every occurrence of the ____ tag within the current HTML document. < style type="text/css">
Li {font-family:Verdana;font-color:red}
< /style>
A) < style>
B) < li>
C) < font-family>
D) < style type>
Q3) Attributes can affect the ____ of an element on a Web page.
A) functionality and appearance
B) functionality and file location
C) appearance and file location
D) behavior and animation
To view all questions and flashcards with answers, click on the resource link above. Page 7

Chapter 6: Introducing Javascript
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26048
Sample Questions
Q1) Once the condition has been evaluated,either the if statement block or the else statement block will be executed,or both.
A)True
B)False
Q2) If you make the mistake of entering HTML tags within a JavaScript code block,your browser will still display them without error.
A)True
B)False
Q3) The syntax of the conditional statement in JavaScript is very important.The statement begins with the keyword if,and then a condition is specified within a pair of parentheses.____________________
A)True
B)False
Q4) JavaScript is essentially made up of a number of invisible entities called ____________________ that contain a well-defined set of capabilities.
Q5) In the context of HTML and JavaScript,a(n)____________________ is nothing more than a sequence of one or more characters.
Q6) The alert()method is part of an object called ____________________.
To view all questions and flashcards with answers, click on the resource link above. Page 8

Chapter 7: Using Images With Javascript
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26049
Sample Questions
Q1) The JavaScript method random(),which is part of the Number object,is guaranteed to return a real number that is greater than or equal to 0.0 and less than 1.0.____________________
A)True
B)False
Q2) Arrays are available in only a few modern computer languages.
A)True
B)False
Q3) The lesson stated that script piracy is just as unethical as picture piracy.If there were degrees of script piracy,what would be an example of a less damaging,more innocent copying of a script? What would be an example of a very damaging,unethical copying of a script? Do you think everyone who copies a script is equally guilty? Why or why not?
Q4) A(n)____ banner is a sequence of graphic images that are displayed one after another with a small pause between each image.
A) intermittent
B) random
C) cycling
D) sequenced
To view all questions and flashcards with answers, click on the resource link above.

Chapter 8: Creating Forms With Javascript
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26050
Sample Questions
Q1) Referring to David's JavaScript above,the form object is contained with the ____ object.
A) document
B) Pizza
C) value
D) customer
Q2) Referring to Figure 8-2 above,which of the following statements is NOT true ____.
A) The section contains a heading
B) The section contains three radio buttons
C) The radio buttons have different labels
D) The radio buttons have different names
Q3) There are several JavaScript events that can be used to add some "intelligence" to simple HTML form components.
A)True
B)False
Q4) The validateText()function returns a(n)____________________.
Q5) The JavaScript event called ____________________ is triggered whenever an input control of type button is clicked.
To view all questions and flashcards with answers, click on the resource link above.
Page 10

Chapter 9: Using Javascript With Frames
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26051
Sample Questions
Q1) setImage()
A)event
B)file
C)function
D)tag
E)attribute
Q2) JavaScript is a valuable tool,but can also be used to write and distribute viruses.Name three features of JavaScript that allow it to be easily used for ill will.
Q3) When you are working with framesets,there is only one way in which a particular problem can be solved.
A)True
B)False
Q4) The binary numbers of assembly language were one of the first ways programmers communicated with computers.____________________
A)True
B)False
Q5) Assembly language is very easy to learn.
A)True
B)False
To view all questions and flashcards with answers, click on the resource link above. Page 11

Chapter 10: Using Javascript With Styles
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: https://quizplus.com/quiz/26052
Sample Questions
Q1) The getElementById()method accepts a single parameter that is,predictably,the id of the HTML element you want to access.
A)True
B)False
Q2) A(n)____________________ in style terminology is just an HTML tag,and once you have identified the one you need to modify,you must make it accessible to JavaScript by assigning it an identifying name by means of the id attribute.
Q3) The correct snippet of code Laura should use to add the id "MessageText" to a < div> tag is ____.
A) < div id="MessageText" style="color:black">
B) < id> < div="MessageText" style="color:black">
C) < id div="MessageText" style="color:black">
D) < div>< id="MessageText" style="color:black">
Q4) If you create a simple HTML document to display a phrase,before the browser can render this phrase,it must first determine the current font family,font size,font color,and other attributes.____________________
A)True
B)False
To view all questions and flashcards with answers, click on the resource link above.
Page 12