5. Of these choices, which HSLA code would produce a color closest to black? hsla (125,50%, 80%, 1.0) hsla (125,100%, 40%, 1.0) hsla (2,100%,70 %, 1.0) hsla (2,50%, 10%, 1.0) What is the purpose of a div? to group elements to change the styling of multiple contained elements to add a background color or image to a web page section all of the above 2. Which background-repeat value represents this div? repeat-y repeat no-repeat repeat-x

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter6: System Integration And Performance
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
rgb(255,255,0)
rgb(255,0,255)
rgb(0,255,255)
5.
Of these choices, which HSLA code would produce a color closest to black?
hsla (125,50%, 80%, 1.0)
hsla (125,100%,40%, 1.0)
hsla (2,100%, 70%, 1.0)
hsla (2,50%, 10%, 1.0)
1.
What is the purpose of a div?
to group elements
to change the styling of multiple contained elements
to add a background color or image to a web page section
all of the above
2.
Which background-repeat value represents this div?
repeat-y
repeat
no-repeat
repeat-x
3.
What will be the result of the code below?
<div style="font-weight:bold;">
<p>Paragraph 1</p>
<p>Paragraph 2</p>
</div>
<p>Paragraph 3</p>
None of the paragraphs will be bold.
Only paragraph 3 will be bold.
Only paragraphs 1 and 2 will be bold.
All of the paragraphs will be bold.
5 You are using the following image (kittens.jpg) as a background:
Which of the following answers correctly represent the code below?
<div style="background-image:url(kittens.jpg);">Two kittens.</div>
Two kittens
Two kittens
Two kittens
Two kittens.
+
+
LA
K
Transcribed Image Text:rgb(255,255,0) rgb(255,0,255) rgb(0,255,255) 5. Of these choices, which HSLA code would produce a color closest to black? hsla (125,50%, 80%, 1.0) hsla (125,100%,40%, 1.0) hsla (2,100%, 70%, 1.0) hsla (2,50%, 10%, 1.0) 1. What is the purpose of a div? to group elements to change the styling of multiple contained elements to add a background color or image to a web page section all of the above 2. Which background-repeat value represents this div? repeat-y repeat no-repeat repeat-x 3. What will be the result of the code below? <div style="font-weight:bold;"> <p>Paragraph 1</p> <p>Paragraph 2</p> </div> <p>Paragraph 3</p> None of the paragraphs will be bold. Only paragraph 3 will be bold. Only paragraphs 1 and 2 will be bold. All of the paragraphs will be bold. 5 You are using the following image (kittens.jpg) as a background: Which of the following answers correctly represent the code below? <div style="background-image:url(kittens.jpg);">Two kittens.</div> Two kittens Two kittens Two kittens Two kittens. + + LA K
4.
Which of the following is an acceptable background-position value that represents the div below?
middle top
middle-top
center top
center-top
1.
Which code excerpt below sets a paragraph's font to light blue?
<p style="color:#888800">This paragraph now has light blue font.</p>
<p style="hsl(240,100%, 80%) "> This paragraph now has light blue font.</p>
<p style="color:#FF8888">This paragraph now has light blue font</p>
<p style="rgb(120,250,120)">This paragraph now has light blue font.</p>
2.
Which of these Hex codes will produce green?
#FF0000
#0000FF
#00FF00
#000000
3.
Which of the following is the lowest hexadecimal value?
3C
81
F2
39
4.
+ 1
Which of these RGB codes would produce cyan?
rgb(0,0,255)
+
K²
Transcribed Image Text:4. Which of the following is an acceptable background-position value that represents the div below? middle top middle-top center top center-top 1. Which code excerpt below sets a paragraph's font to light blue? <p style="color:#888800">This paragraph now has light blue font.</p> <p style="hsl(240,100%, 80%) "> This paragraph now has light blue font.</p> <p style="color:#FF8888">This paragraph now has light blue font</p> <p style="rgb(120,250,120)">This paragraph now has light blue font.</p> 2. Which of these Hex codes will produce green? #FF0000 #0000FF #00FF00 #000000 3. Which of the following is the lowest hexadecimal value? 3C 81 F2 39 4. + 1 Which of these RGB codes would produce cyan? rgb(0,0,255) + K²
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Lists
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning