You need to update the webpage

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?

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



Leave a Reply 19

Your email address will not be published. Required fields are marked *


Wojta

Wojta

Correct is b
Option d makes no sence since it is class selector but we do not have any class defined

M

M

Correct answer is B!
Answer D is irrational and unwise

nazish ali

nazish ali

Agreed!!

David Jackson

David Jackson

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.

Sam

Sam

answer D is wrong because question says “by using html5 and javascript”

Sajjad Aslam

Sajjad Aslam

Answer B is correct i have tested

Vivek

Vivek

Container is the id name so D is wrong.
B is correct answer.

Shahid Mahmood Khawaja

Shahid Mahmood Khawaja

B is Correct Answer..

Google

Google

Always a significant fan of linking to bloggers that I adore but dont get a great deal of link love from.

nsizwa

nsizwa

answer is B

satta matka

satta matka

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

hawaii volcano lava rock

hawaii volcano lava rock

just beneath, are various totally not connected internet sites to ours, nonetheless, they may be surely really worth going over

app creator

app creator

one of our visitors lately recommended the following website

Levi

Levi

B is the correct

vamsikrishna

vamsikrishna

correct answer is B

Thiago Passos

Thiago Passos

Correct answer is B

The answer could be alternative D if the DIV had “class =” container “

Thomas

Thomas

… or if would be: #container > ul{ border: 1px solid black; }