logo

Crowdly

Browser

Add to Chrome

Вебпрограмування

Looking for Вебпрограмування test answers and solutions? Browse our comprehensive collection of verified answers for Вебпрограмування at moodle.chnu.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Визначите, що буде виведено в наступному циклі? for(i=0;i<9;i++) { if(i<5) continue; document.write(i); }
View this question
Знайдіть помилку в наступному ділянці коду <FORM> <INPUT TYPE = "button" onSubmit = "window.status = 'Hello world';"> </ FORM>
View this question
Що видасть даний скрипт: var p = "3.1415926535", a = p.split ( '5'); alert (a [2] +5); ?
View this question
Що робить рядок massiv = new Array() в JavaScript ?
0%
0%
0%
0%
View this question
Який результат роботи скрипта: var A = alert; A(window.location); ?
0%
0%
0%
0%
View this question
Яка змінна оголошена, як рядок?
View this question
Визначите, що буде виведено в наступному циклі? for(i=0;i<9;i++) { if(i>5) continue; document.write(i); }
View this question
Що відобразить браузер після виконання коду ??

var module = {

name: 'Elis',

say: function (name) {

alert ( 'Hello' + this.name)

},

}

module.say ( 'Silvia');

View this question
Яким чином будуть відформатовані фрагменти simple textі other textпісля обробки браузером наступного фрагмента коду?

<Style>

p {color: Green;

font-style: italic;

}

p.new {color: blue; }

</ Style>

</ Head>

<Body>

<P class = "new"> Simple text </ p>

<P> other text </ p>

(CSS)

View this question
Яке значення не може купувати властивість clear?

(CSS)

0%
0%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome