You implement an application by using HTML5 and JavaScript. You create a webpage that contains
the following HTML:
The application must place a border on only the first UL element that is contained in the DIV
element.
You need to update the webpage.
What should you do?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
Correct is b
Option d makes no sence since it is class selector but we do not have any class defined
2
0
Correct answer is B!
Answer D is irrational and unwise
2
0
Agreed!!
0
0
Don’t talk rubbish, it’s not irrational at all. It’s just wrong. It’s #container rather than .container.
It’s only doing the same as the jQuery but in plain CSS.
1
0
answer D is wrong because question says “by using html5 and javascript”
0
4
Answer B is correct i have tested
1
0
answer B is correct!
https://jsfiddle.net/#&togetherjs=nR9uyL4087
0
0
here is a working fiddle
http://jsfiddle.net/oq5kmrpj/
1
0
Container is the id name so D is wrong.
B is correct answer.
0
0
B is Correct Answer..
0
0
Always a significant fan of linking to bloggers that I adore but dont get a great deal of link love from.
0
0
answer is B
0
0
that may be the finish of this report. Right here youll locate some internet sites that we feel youll value, just click the links over
0
0
just beneath, are various totally not connected internet sites to ours, nonetheless, they may be surely really worth going over
0
0
one of our visitors lately recommended the following website
0
0
B is the correct
0
0
correct answer is B
0
0
Correct answer is B
The answer could be alternative D if the DIV had “class =” container “
0
0
… or if would be: #container > ul{ border: 1px solid black; }
0
0