Exam 10: Using Javascript With Styles

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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 FIGURE 10-1        -Referring to Figure 10-1 above,the style attribute of the second table cell initially sets the background color to ____. FIGURE 10-1        -Referring to Figure 10-1 above,the style attribute of the second table cell initially sets the background color to ____. -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 FIGURE 10-1        -Referring to Figure 10-1 above,the text color of the phrase Hello World Wide Web! is ____. FIGURE 10-1        -Referring to Figure 10-1 above,the text color of the phrase Hello World Wide Web! is ____. -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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)