27 авг 2022 · 07:07    
{"document": [{"text": [{"type": "string", "attributes": {}, "string": "Web дизайн\n"}, {"type": "string", "attributes": {"italic": true}, "string": "«Язык разметки гипертекста HTML» "}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "Проверочная работа № 1. "}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 1."}, {"type": "string", "attributes": {}, "string": " Каким тегом объявляется web-страница?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <html> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <head> </head>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <title> </title>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <body> </body>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 2."}, {"type": "string", "attributes": {}, "string": " Каким тегом объявляется заголовок web-страницы?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <html> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <head> </head>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <title> </title>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <body> </body>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 3."}, {"type": "string", "attributes": {}, "string": " В какой тег заключается основное содержание web-страницы?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <html> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <head> </head>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <title> </title>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <body> </body>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 4."}, {"type": "string", "attributes": {}, "string": " В какой тег заключается название web-страницы?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <html> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <head> </head>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <title> </title>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <body> </body>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 5."}, {"type": "string", "attributes": {}, "string": " Какой код для пустой web-страницы правильный?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <html> <head> <title> </head> <body> </body> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <html> <head> <title> </title> </head> <body> </body> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " html> <head> <title> <body> </body> </html>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <html> <head> <title> </title> </head> <body> </body>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 6."}, {"type": "string", "attributes": {}, "string": " В каком коде абзац «Системы счисления» выровнен по центру"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <body> <h3 align = «center» > Системы счисления </h3> </body>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <body> <р align = «center» > Системы счисления </р> </body>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <body> <font align = «center» > Системы счисления </font> </body>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <html> <head> <title> </head> <body> </body> </html>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 7."}, {"type": "string", "attributes": {}, "string": " Какой html -код задает вывод текста в две строки"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <p> Информационные <br> технологии </br></p>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <p> <br> Информационные технологии </br></p>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <p> Информационные <br> технологии </p>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " html> <head> <title> <body> </body> </html>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 8."}, {"type": "string", "attributes": {}, "string": " Каким тегом задается вставка изображения на web-страницу?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <font color= «...» > </font>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <img src= «...» >\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <a href= «...» > </a>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <a name= «...» ></a>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 9."}, {"type": "string", "attributes": {}, "string": " Каким тегом задается вставка гиперссылки на web-страницу?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <font color= «...» > </font>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <img src= «...» >\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <a href= «...» > </a>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <a name= «...» ></a>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 10."}, {"type": "string", "attributes": {}, "string": " Каким тегом задается цвет текста на web-странице?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <font color= «...» > </font>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <img src= «...» >\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <a href= «...» > </a>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <a name= «...» ></a>"}], "attributes": ["quote", "quote"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вопрос 11."}, {"type": "string", "attributes": {}, "string": " Каким тегом задается метка (якорь) на web-странице?"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Ответ 1."}, {"type": "string", "attributes": {}, "string": " <font color= «...» > </font>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 2."}, {"type": "string", "attributes": {}, "string": " <img src= «...» >\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 3."}, {"type": "string", "attributes": {}, "string": " <a href= «...» > </a>\n"}, {"type": "string", "attributes": {"bold": true}, "string": "Ответ 4."}, {"type": "string", "attributes": {}, "string": " <a name= «...» ></a>"}], "attributes": ["quote", "quote"]}], "selectedRange": [0, 43]}
Комментарии 0