04 сен 2022 · 11:08    
{"document": [{"text": [{"type": "string", "attributes": {"bold": true}, "string": "Модуль 2. Урок 4. Делаем табличный сайт с кнопками в виде картиной"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "В этой главе мы выполним табличный сайт с кнопками в виде картинок. Работу проделаем по шагам."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Шаг 1. Готовим для сайта изображения"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "В программе MS Paint подготовим серию картинок для сайта (рис. 1). Будет 5 изображений - фото автора ("}, {"type": "string", "attributes": {"bold": true}, "string": "autor. jpg"}, {"type": "string", "attributes": {}, "string": "), шапка сайта ("}, {"type": "string", "attributes": {"bold": true}, "string": "header. jpg"}, {"type": "string", "attributes": {}, "string": ") и три изображения для страниц ("}, {"type": "string", "attributes": {"bold": true}, "string": "index. png"}, {"type": "string", "attributes": {}, "string": ", "}, {"type": "string", "attributes": {"bold": true}, "string": "table. png"}, {"type": "string", "attributes": {}, "string": " и "}, {"type": "string", "attributes": {"bold": true}, "string": "obo-mne. png"}, {"type": "string", "attributes": {}, "string": "). Размер шапки сайта сделаем "}, {"type": "string", "attributes": {"bold": true}, "string": "960 на 200 "}, {"type": "string", "attributes": {}, "string": "пикселей, а кнопки сделаем размером "}, {"type": "string", "attributes": {"bold": true}, "string": "50 на 100"}, {"type": "string", "attributes": {}, "string": " пикселей. "}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "image001.png", "filesize": 82391, "height": 297, "pic_id": 145556, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/image001.jpeg", "width": 412}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Рис. 1."}, {"type": "string", "attributes": {}, "string": " Готовим изображения для сайта"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Как выставлять размеры картинок в MS Paint мы уже знаем (рис. 2)."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "image003.png", "filesize": 6794, "height": 272, "pic_id": 145557, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/image003.jpeg", "width": 198}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Рис. 2"}, {"type": "string", "attributes": {}, "string": ". Задаем размер кнопок, затем делаем обрезку рисунка"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Шаг 2. Готовим страницы сайта"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "Содержимым сайта будет текст и таблица."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Страница 1. «Главная» "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Главная страница у нас называется "}, {"type": "string", "attributes": {"bold": true}, "string": "index. hml"}, {"type": "string", "attributes": {}, "string": " и выглядит так (рис. 3)."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "image005.png", "filesize": 274402, "height": 565, "pic_id": 145561, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/image005.jpeg", "width": 1120}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Рис. 3."}, {"type": "string", "attributes": {}, "string": " Главная страница сайта ("}, {"type": "string", "attributes": {"bold": true}, "string": "index. hml)"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Текст пишите свой."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Ее код:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<! DOCTYPE html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<html lang= «ru» ><! —Задаем русский язык напрямую-->"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<html> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<head> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<title>Главная страница</title>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<meta charset= «utf-8» ><! —Кодировка символов-->"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</head>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<img src= «img/header. jpg» width= «960» ><! —Задаем ширину шапки-->"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<br>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «index. html» ><img src= «img/index. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «table. html» ><img src= «img/table. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «obo-mne. html» ><img src= «img/obo-mne. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<h1 align= «center» >Делаем сайт с табличкой</h1> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<h2 align= «center» >Создаем трехстраничный сайт</h2> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>Это одна из последних работ по HTML - теперь я могу создавать небольшие сайты в блокноте."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Лучший вариант блокнота - это Notepad++. </p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>Notepad++ удобнее обычного блокнота MS Windows и в нем больше возможностей</p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<ul><! --Маркированный список-->"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<li>Интуитивно-понятный интерфейс; </li>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<li>Бесплатность; </li>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<li>Многозадачность. </li>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</ul>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>А еще я сделал табличку с моими успехами по изучению HTML. Ее "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "вы можете посмотреть на странице «Таблица» </p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Все теги здесь нам знакомы: заголовок первого уровня, выравнивание, ссылки, списки, абзацы и переносы строк и др."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Меню сайта"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "На каждой странице нашего сайта расположено меню. Для кнопок такого меню мы создали три графических картинки в формате "}, {"type": "string", "attributes": {"bold": true}, "string": "png "}, {"type": "string", "attributes": {}, "string": "с текстом на них "}, {"type": "string", "attributes": {"bold": true}, "string": "Главная"}, {"type": "string", "attributes": {}, "string": ", "}, {"type": "string", "attributes": {"bold": true}, "string": "Таблица"}, {"type": "string", "attributes": {}, "string": ", "}, {"type": "string", "attributes": {"bold": true}, "string": "Обо мне "}, {"type": "string", "attributes": {}, "string": "и скопировали эти файлы в папку "}, {"type": "string", "attributes": {"bold": true}, "string": "img"}, {"type": "string", "attributes": {}, "string": ". Далее мы вставляем эти картинки-ссылки на каждую страницу нашего сайта кодом вида:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<img src= «img/index. png» > "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Чтобы картинки работали как кнопки, нам нужно сделать эти картинки ссылками, используя код следующего вида:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «index. html» ><img src= «img/index. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Таким образом, мы организуем меню для нашего сайта."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Страница 2. «Таблица» "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Вторая страница у нас будет, как на рис. 4. Шапку делайте на любую тему свою."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "image007.png", "filesize": 265388, "height": 581, "pic_id": 145560, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/image007.jpeg", "width": 914}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Рис. 4."}, {"type": "string", "attributes": {}, "string": " Вид страницы "}, {"type": "string", "attributes": {"bold": true}, "string": "table. html"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Код этой страницы такой:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<! DOCTYPE html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<html lang= «ru» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<html> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<head> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<title>Главная страница</title>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<meta charset= «utf-8» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</head>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<img src= «img/header. jpg» width= «960» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<br>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «index. html» ><img src= «img/index. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «table. html» ><img src= «img/table. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «obo-mne. html» ><img src= «img/obo-mne. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<h1 align= «center» >Таблица моих достижений</h1> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>В нижеприведенной таблице я приведу вам мои успехи в изучении HTML. </p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<table border= «2» cellpadding= «5» cellspacing= «5» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Месяц</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Текст</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Картинки</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Мультимедиа</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Таблицы</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Сентябрь</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>шрифт</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>размер</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>цвет</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>выравнивание</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Октябрь</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>статичные</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>анимационные</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>размер</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>обтекание</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Ноябрь</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>звук</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>видео</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>flash</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>форматы</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<th>Декабрь</th>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>простые</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>сложные</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>размеры</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<td>цвет</td>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</tr>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Все здесь знакомо, в том числе и таблица на пять строк и пять столбцов. В ней с помощью тегов "}, {"type": "string", "attributes": {"bold": true}, "string": "<th></th> "}, {"type": "string", "attributes": {}, "string": "мы обозначаем заголовки столбцов и строк с выравниванием по центру, а посредством тегов "}, {"type": "string", "attributes": {"bold": true}, "string": "cellpadding= «5» cellspacing= «5» "}, {"type": "string", "attributes": {}, "string": "мы определяем отступы ячеек друг от друга в пикселях."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Новый тег"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Тег <th> предназначен для создания одной ячейки таблицы, которая обозначается как заголовочная. Текст в такой ячейке отображается браузером обычно жирным шрифтом и выравнивается по центру. Тег <th> должен размещаться внутри контейнера <tr>, который в свою очередь располагается внутри тега <table>."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Страница 3. «Обо мне» "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Вид третьей страницы сайта "}, {"type": "string", "attributes": {"bold": true}, "string": "obo-mne. html "}, {"type": "string", "attributes": {}, "string": "приведен на рис. 5."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "image009.png", "filesize": 315425, "height": 570, "pic_id": 145559, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/image009.jpeg", "width": 1143}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Рис. 5. "}, {"type": "string", "attributes": {}, "string": "Вид страницы "}, {"type": "string", "attributes": {"bold": true}, "string": "obo-mne. html"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Код этой страницы:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<! DOCTYPE html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<html lang= «ru» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<html> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<head> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<title>Главная страница</title>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<meta charset= «utf-8» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</head>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<img src= «img/header. jpg» width= «960» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<br>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «index. html» ><img src= «img/index. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «table. html» ><img src= «img/table. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<a href= «obo-mne. html» ><img src= «img/obo-mne. png» ></a>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<h1 align= «center» >Обо мне</h1><! --Заголовок первого уровня-->"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<img src= «img/autor. jpg» align= «left» width= «300» >"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Привет! Я Владимир Петрович, автор этого сайта. </p> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>Работаю преподавателем ПТК НовГУ по различным спецдисциплинам, связанным с работой на ПК. "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>Мои увлечения – экстремальные виды спорта (каратэ, подводная охота, прыжки с парашютом, мотоспорт) и фотография. </p>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<p>Всем желающим предлагаю найти меня в социальной сети и записаться на мои дистанционные курсы по Скайпу. </p><br><br>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Ставим фотографию autor. jpg"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Привет! Меня зовут Владимир Петрович, я автор этого сайта. Я преподаватель ПТК НовГУ по различным спецдисциплинам, связанным с работой на ПК. Мои увлечения – экстремальные виды спорта (каратэ, подводная охота, прыжки с парашютом, мотоспорт) и фотография. Всем желающим предлагаю найти меня в социальной сети и записаться на мои дистанционные курсы по Скайпу. "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "<body> "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</body>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "</html>"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Итак, табличный сайт из трех страниц с кнопками-ссылками в виде картинок готов. Сохраняем нашу работу на диск, проверяем результат в браузере (рис. 6)."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "image011.png", "filesize": 2081, "height": 99, "pic_id": 145558, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/image011.jpeg", "width": 107}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Рис. 6."}, {"type": "string", "attributes": {}, "string": " Сайт сохранен на диск"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Приме6чание"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Готовый сайт с полным его кодом вы можете посмотреть в папке "}, {"type": "string", "attributes": {"bold": true}, "string": "Примеры"}, {"type": "string", "attributes": {}, "string": "."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Задание"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Создайте собственный табличный сайт из трех страниц на любую, выбранную вами тему по описанному выше примеру. "}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "http: //x90214q5. beget. tech/http: //x90214q5. beget. tech/ "}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "https://taplink.cc/vladimir_vn и http://x90214q5.beget.tech/", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "реклама.png", "filesize": 315686, "height": 555, "pic_id": 145562, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/09/04/%D1%80%D0%B5%D0%BA%D0%BB%D0%B0%D0%BC%D0%B0.jpeg", "width": 572}}], "attributes": []}], "selectedRange": [6443, 6444]}
Комментарии 0