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
Correct answer is B!
Answer D is irrational and unwise
Agreed!!
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.
answer D is wrong because question says “by using html5 and javascript”
Answer B is correct i have tested
answer B is correct!
https://jsfiddle.net/#&togetherjs=nR9uyL4087
here is a working fiddle
http://jsfiddle.net/oq5kmrpj/
Container is the id name so D is wrong.
B is correct answer.
B is Correct Answer..
Always a significant fan of linking to bloggers that I adore but dont get a great deal of link love from.
answer is B
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
just beneath, are various totally not connected internet sites to ours, nonetheless, they may be surely really worth going over
one of our visitors lately recommended the following website
B is the correct
correct answer is B
Correct answer is B
The answer could be alternative D if the DIV had “class =” container “
… or if would be: #container > ul{ border: 1px solid black; }