logo

Crowdly

Browser

Add to Chrome

Web-технології та Web-дизайн

Looking for Web-технології та Web-дизайн test answers and solutions? Browse our comprehensive collection of verified answers for Web-технології та Web-дизайн at vns.lpnu.ua.

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

Який колір буде застосовано до <h1>?

<h1 class="title special">Heading</h1> 

<style>

h1 { color: black; }

.title { color: blue; }

.special { color: green; }

   </style>

0%
0%
0%
0%
View this question

Який елемент буде відображено поверх інших?

<div class="a"></div>

<div class="b"></div>

 

<style>

.a {

  position: absolute;

  z-index: 1;

  background: red;

  width: 100px; height: 100px;

}

.b {

  position: absolute;

  z-index: 2;

  background: blue;

  width: 100px; height: 100px;

  top: 50px; left: 50px;

}

   </style>

0%
0%
0%
0%
View this question

Яке значення font-size отримає <p> у цьому коді?

<div style="font-size: 20px;">

    <p style="font-size: 1.5em;">Text</p>

   </div>

0%
0%
0%
0%
View this question

Вкажіть УСІ випадки, коли в цьому коді виконається функція sendToPovtorka()? (кілька варіантів)

View this question

Яким буде значення оголошеної, але не ініціалізованої змінної (var / let)?

View this question

Знайдіть приклад неправильного використання setState, яке спричиняє помилку "Too many re-renders" (Занадто багато повторних рендерів).

View this question

Яким буде результат виконання наступного коду?

View this question

Дайте визначення хуку - useCallback()

View this question

Що виведеться в консоль?

View this question

Який тег повинен бути використаний для створення навігаційної частини вашого сайту?

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

Want instant access to all verified answers on vns.lpnu.ua?

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

Browser

Add to Chrome