logo

Crowdly

Browser

Add to Chrome

Веб-програмування та хмарні технології

Looking for Веб-програмування та хмарні технології test answers and solutions? Browse our comprehensive collection of verified answers for Веб-програмування та хмарні технології at exam.nuwm.edu.ua.

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

Для фіксації додавання нового файлу index.html до репозиторію з коментарем “Create an empty index.html file” використовується команда:

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

<!DOCTYPE html>

<html lang="uk">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Практика HTML, CSS, Javascript</title>

    <style>

        .box{

            background: yellow;

            border-radius: 50% 0 50% 0;

            width: 400px;

            height: 320px;

            line-height: 320px;

            font-size: 20pt;

            color: orangered;

            text-align: center;

            text-transform: uppercase;

        }

    </style>

</head>

<body>

    <div id="lemon1" class="box"><p>Лимон1</p></div>

    <div id="lemon2" class="box"><p>Лимон2</p></div>

    <script>

        ...

    </script>

</body>

</html>

Для наведеного вище коду вкажіть рядок, який треба вставити на місці ..., щоб з використанням Javascript задати товщину тексту "bold" для тегу <div> з ідентифікатором "lemon1":

View this question

Для фіксації додавання деякого прикладу HTML до файлу index.html у репозиторії з коментарем “Add simple HTML to index.html” використовується команда:

View this question

<!DOCTYPE html>

<html lang="uk">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Практика HTML, CSS</title>

    <style>

        .box {

            ...

            border-radius: 50% 0 50% 0;

            width: 400px;

            height: 320px;

            line-height: 320px;

            font-size: 16pt;

            color: orangered;

            text-align: center;

            text-transform: uppercase;

            font-weight: bold;

        }

    </style>

</head>

<body>

    <div id="lemon" class="box">

        <h2>Лимон &#8211; це класно!</h2>

    </div>

</body>

</html>

Для наведеного вище коду вкажіть рядок, який треба вставити на місці …, щоб задати для тега <div> жовтий колір фону:

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

Для створення глобальної змінної системного оточення user.name з ім'ям my_name використовуються команди:

0%
0%
0%
View this question

Для створення та тестування проєкту my_app веб-застосування Vue.js використовуються команди:

View this question

<!DOCTYPE html>

<html lang="uk">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Практика HTML, CSS</title>

    <style>

        .box {

            background: yellow;

            border-radius: 50% 0 50% 0;

            width: 400px;

            height: 320px;

            line-height: 320px;

            font-size: 16pt;

            ...

            text-align: center;

            text-transform: uppercase;

            font-weight: bold;

        }

    </style>

</head>

<body>

    <div id="lemon" class="box">

        <h2>Лимон &#8211; це класно!</h2>

    </div>

</body>

</html>

Для наведеного вище коду вкажіть рядок, який треба вставити на місці …, щоб задати для тексту, розміщеному у тезі <div>, оранжево-червоний колір:

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

Для встановлення на віртуальну машину myvm у групі ресурсів myresourcegroup веб-сервера NGINX можна використати команди Azure CLI:

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

Azure надає широкий спектр варіантів розміщення додатків та послуг. Сервісна функція послуги Azure Functions:

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

Для встановлення на віртуальну машину myvm у групі ресурсів myresourcegroup веб-сервера NGINX використовується команда Azure CLI:

View this question

Want instant access to all verified answers on exam.nuwm.edu.ua?

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

Browser

Add to Chrome