✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
main.css.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; font-weight: bold;}layout.pugdoctype htmlhtml(lang='uk') head meta(charset='utf-8') title= title link(rel='stylesheet', href='/stylesheets/main.css') body block content index.pugextends layoutblock content div(id='lemon') p #{sample_text} script. ...index.js'use strict';var express = require('express');var router = express.Router();router.get('/', function (req, res) { res.render('index', {sample_text: 'Лимон'});});module.exports = router;Для наведеного вище коду вкажіть рядок, який треба вставити на місці ..., щоб у Простому веб-застосуванні Node.js Express 4 Visual Studio 2022 додати до тега div з ідентифікатором "lemon" клас "box":
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!