Exam 10: Using Javascript With Styles
Exam 1: Quick Html Know-How50 Questions
Exam 2: Basic Organization Techniques50 Questions
Exam 3: Power Techniques50 Questions
Exam 4: Html Structural Design Techniques50 Questions
Exam 5: Introduction to Cascading Style Sheets49 Questions
Exam 6: Introducing Javascript50 Questions
Exam 7: Using Images With Javascript50 Questions
Exam 8: Creating Forms With Javascript50 Questions
Exam 9: Using Javascript With Frames50 Questions
Exam 10: Using Javascript With Styles50 Questions
Select questions type
Within a CSS,the style class is applied,by means of the appearance attribute,to an HTML element,and all of the attributes in the class take effect simultaneously.____________________
(True/False)
5.0/5
(36)
The code below ____: < frameset cols="20%,*">
< frame name="LeftFrame" src="left1.html">
< frame name="RightFrame" src="right1.html">
< /frameset>
(Multiple Choice)
4.8/5
(42)
Case 10-2
Peter is fixing some code written by another employee. First he is working on understanding the current code.
< head>
< title>HTML and JavaScript< /title>
< style type="text/css">
h1 {color:red}
h2 {color:blue}
h3 {color:purple}
p {color:black}
< /style>
< /head>
-A style ____________________ is a simple tool that allows users to specify a style,apply the style,and then view the results.
(Short Answer)
4.8/5
(34)
The code below establishes a button labeled ____. < p>
< input type="button" value="Apply Style">
< /p>
(Multiple Choice)
4.9/5
(31)
Applying a style to an HTML tag is one of the least common ways in which styles are applied.
(True/False)
4.8/5
(37)
Only one software publishing company has developed and distributed a document viewer over the past few decades.
(True/False)
5.0/5
(34)
FIGURE 10-1
-Referring to Figure 10-1 above,the style attribute of the second table cell initially sets the background color to ____.


(Multiple Choice)
4.8/5
(30)
Case 10-1
Laura is working with JavaScript and HTML to add some functionality to her Web site. She needs to add id attributes to her < div> and < td> tags.
-Laura successfully adds an id attribute to her < td> tag,which controls a(n)____.
(Multiple Choice)
4.8/5
(33)
The correct code to establish a drop-down selection for cell color is ____. < font size="2">Cell Color:< /font>< br>
< select name="CellColor">
____
< option value="black">Black< /option>
< option value="red">Red< /option>
< option value="green">Green< /option>
< option value="blue">Blue< /option>
< option value="white">White< /option>
< /select>
(Multiple Choice)
5.0/5
(40)
FIGURE 10-1
-Referring to Figure 10-1 above,the text color of the phrase "Hello World Wide Web!" is ____.


(Multiple Choice)
4.8/5
(36)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)