<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Веб-технології by Тетяна Шудря</title>
      <link>https://padlet.com/sudratetana/vebtehnologii10</link>
      <description>Зроблено з радістю</description>
      <language>en-us</language>
      <pubDate>2022-02-09 14:19:54 UTC</pubDate>
      <lastBuildDate>2026-05-14 00:00:26 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Основна структура</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2037996490</link>
         <description><![CDATA[<div><strong>&lt;!DOCTYPE html&gt;<br>&lt;html&gt;<br>&lt;head&gt;</strong><br>&nbsp; &nbsp; &nbsp; &nbsp;<strong>&nbsp;&lt;title&gt;</strong>My first page<strong>&lt;/title&gt;</strong><br><strong>&lt;/head&gt;<br>&lt;body&gt;</strong><br><br><strong>&lt;h1&gt;</strong>My First Heading<strong>&lt;/h1&gt;</strong><br><strong>&lt;p&gt;</strong>My first paragraph.<strong>&lt;/p&gt;</strong><br><br><strong>&lt;/body&gt;<br>&lt;/html&gt;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 14:23:42 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2037996490</guid>
      </item>
      <item>
         <title>Атрибути</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038685244</link>
         <description><![CDATA[<p>Атрибути - додаткові властивості, зазвичай представлені парами ім’я/значення, наприклад: <strong>name="value"<br><br>Наприклад:</strong></p><p><strong>&lt;h1</strong> <mark>align</mark>="center"<strong>&gt;</strong>Hello!<strong>&lt;/h1&gt; </strong>- вирівнювання тексту на сорінці (left, right,center, justify)</p><p>&lt;body style="<strong><mark>background-color</mark></strong>:powderblue;"&gt; - заливка фону сторінки</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:06:08 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038685244</guid>
      </item>
      <item>
         <title>Заголовки HTML</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038692696</link>
         <description><![CDATA[<p>&lt;h1&gt;Heading 1&lt;/h1&gt;</p><p>&lt;h2&gt;Heading 2&lt;/h2&gt;</p><p>&lt;h3&gt;Heading 3&lt;/h3&gt;</p><p>&lt;h4&gt;Heading 4&lt;/h4&gt;</p><p>&lt;h5&gt;Heading 5&lt;/h5&gt;</p><p>&lt;h6&gt;Heading 6&lt;/h6&gt;</p><p><br/></p><p><strong>Абзаци<br>&lt;p&gt;-&lt;/p&gt;</strong> - визначає абзац</p><p><strong>&lt;br&gt;</strong> - визначає розрив рядка</p><p><strong>&lt;hr&gt;</strong> - горизонтальна лінія</p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:09:39 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038692696</guid>
      </item>
      <item>
         <title>Атрибут стилю HTML</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038712538</link>
         <description><![CDATA[<p>Атрибут HTML <strong>style</strong> має такий синтаксис:</p><p>&lt;<em>тег</em> <strong><mark>style="</mark></strong><em>властивість</em><strong><mark>:</mark></strong> <em>значення;</em><strong><mark>"</mark></strong>&gt;</p><p><br></p><p>&lt;h1 style="<strong><mark>color</mark></strong>:blue;"&gt;...&lt;/h1&gt; - колір тексту</p><p><br></p><p>&lt;h1 style="<strong><mark>background-color</mark></strong>:powderblue;"&gt;...&lt;/h1&gt; - заливка рядка тексту кольором</p><p><br></p><p>&lt;h1 style="<strong><mark>font-family</mark></strong>:verdana;"&gt;...&lt;/h1&gt; - сімейство шрифтів тексту (<a rel="noopener noreferrer nofollow" href="https://www.w3.org/Style/XSL/TestSuite/results/4/XEP/family.pdf">приклади тут</a>)</p><p><br></p><p>&lt;h1 style="<strong><mark>font-size</mark></strong>:30px;"&gt;...&lt;/h1&gt; - розмір тексту</p><p><br></p><p>&lt;h1 style="<strong><mark>text-align</mark></strong>:center;"&gt;...&lt;/h1&gt; - вирівнювання тексту (може набувати значень "center", "left", "right", "justify")</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:19:39 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038712538</guid>
      </item>
      <item>
         <title>Елементи форматування HTML</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038718239</link>
         <description><![CDATA[<ul><li><p><strong>&lt;b&gt;</strong>- Жирний текст</p></li><li><p><strong>&lt;i&gt;</strong>- Текст курсивом</p></li><li><p><strong>&lt;u&gt;</strong>-підкреслений</p></li><li><p><strong>&lt;strong&gt;</strong>- Важливий текст</p></li><li><p><strong>&lt;em&gt;</strong>- Підкреслений (важливий)текст</p></li><li><p><strong>&lt;sub&gt;</strong>- Підрядковий текст</p></li><li><p><strong>&lt;sup&gt;</strong>- Надрядковий текст</p></li></ul><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:22:13 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038718239</guid>
      </item>
      <item>
         <title>Гіперпосилання</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038731175</link>
         <description><![CDATA[<p>&lt;<strong>a</strong> <mark>href="</mark><em>адеса сторінки</em><mark>"</mark>&gt;link text&lt;<strong>/a</strong>&gt; </p><p><br/></p><p>Атрибут <mark>target="_blank"</mark> - Відкриває документ у новому вікні або вкладці</p><p><br/></p><p>Посилання на сторінку, розташовану в тій же папці, що й поточна сторінка:&nbsp;</p><p>&lt;a href="default.html"&gt;<em>link text</em>&lt;/a&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:28:41 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038731175</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038748055</link>
         <description><![CDATA[<p><strong>&lt;table&gt;...&lt;/table&gt;</strong> - таблиця</p><p><strong>&lt;tr&gt;...&lt;/tr&gt;</strong> - рядок таблиці</p><p><strong>&lt;td&gt;...&lt;/td&gt;</strong> - клітинка таблиці</p><p><strong>&lt;th&gt;...&lt;/th&gt;</strong> - заголовок стовпця або рядка</p><p><br/></p><p><strong>Приклад:</strong></p><p>&lt;table border="1"&gt;</p><p>&nbsp; &lt;tr&gt;</p><p>&nbsp; &nbsp; &lt;td&gt;Emil&lt;/td&gt;</p><p>&nbsp; &nbsp; &lt;td&gt;Tobias&lt;/td&gt;</p><p>&nbsp; &nbsp; &lt;td&gt;Linus&lt;/td&gt;</p><p>&nbsp; &lt;/tr&gt;</p><p>&nbsp; &lt;tr&gt;</p><p>&nbsp; &nbsp; &lt;td&gt;16&lt;/td&gt;</p><p>&nbsp; &nbsp; &lt;td&gt;14&lt;/td&gt;</p><p>&nbsp; &nbsp; &lt;td&gt;10&lt;/td&gt;</p><p>&nbsp; &lt;/tr&gt;</p><p>&lt;/table&gt;</p><p><br/></p><p>Межі талиці задаються атрибутом <strong>border="1"</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:37:03 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038748055</guid>
      </item>
      <item>
         <title>Списки HTML</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038768886</link>
         <description><![CDATA[<div><strong>&lt;ul&gt;...&lt;/ul&gt;</strong> - неупорядкований (маркований) список<br><strong>&lt;ol&gt;...&lt;/ol&gt;</strong> - упорядкований (нумерований) список<br><strong>&lt;li&gt;...&lt;/li&gt;</strong> - елемент списку<br><br><strong>Неупорядкований список</strong><br>&lt;ul <mark>type="</mark>disc<mark>"</mark>&gt; або &lt;ul <mark>style="</mark>list-style-type:disc;<mark>"</mark>&gt;<br><strong>list-style-type</strong> - тип маркера: disc, circle, square, none<br><br><strong>Упорядкований список</strong><br>&lt;ol <mark>type="</mark>1<mark>"</mark>&gt;<br><strong>type</strong> - тип номера: type="1", type="A", type="a", type="I", type="i"<br><strong>start="5"</strong>&nbsp;- початок нумерації<br><br><strong>Приклад:</strong><br>&lt;ul&gt;<br>&nbsp; &lt;li&gt;Coffee&lt;/li&gt;<br>&nbsp; &lt;li&gt;Tea&lt;/li&gt;<br>&nbsp; &lt;li&gt;Milk&lt;/li&gt;<br>&lt;/ul&gt;<br><br>Списки можуть бути вкладені!</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-09 19:48:03 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038768886</guid>
      </item>
      <item>
         <title>Приклад</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2038770808</link>
         <description><![CDATA[<div>https://www.w3schools.com/html/tryit.asp?filename=tryhtml_lists_ordered</div>]]></description>
         <enclosure url="https://www.w3schools.com/html/tryit.asp?filename=tryhtml_lists_ordered" />
         <pubDate>2022-02-09 19:49:06 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2038770808</guid>
      </item>
      <item>
         <title>Межі таблиці</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2047000536</link>
         <description><![CDATA[<div>https://www.w3schools.com/html/html_table_borders.asp</div><div><br>HTML Table Borders</div>]]></description>
         <enclosure url="https://www.w3schools.com/html/html_table_borders.asp" />
         <pubDate>2022-02-14 18:59:42 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2047000536</guid>
      </item>
      <item>
         <title>Об&#39;єднання рядків або стовпців</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2047014192</link>
         <description><![CDATA[<p>Щоб розширити клітинку на кілька стовпців, використовуйте атрибут <strong>colspan</strong>:</p><p>&lt;<strong>td</strong> <mark>colspan="</mark>2<mark>"</mark>&gt;Name&lt;/<strong>td</strong>&gt;</p><p><br/></p><p>Щоб охопити клітинкою кілька рядків, використовуйте атрибут <strong>rowspan</strong>:</p><p>&lt;<strong>th</strong> <mark>rowspan="</mark>2<mark>"</mark>&gt;Phone&lt;/<strong>th</strong>&gt;</p><p><br/></p><p>Щоб додати підпис до таблиці, використовуйте <strong>&lt;caption&gt;</strong>тег: </p><p>&lt;table <mark>style="</mark>width:100%<mark>"</mark>&gt;</p><p>&nbsp; <strong>&lt;caption&gt;</strong>Заголовок<strong>&lt;/caption&gt;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-14 19:06:17 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2047014192</guid>
      </item>
      <item>
         <title>Колір клітинок і таблиці</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2047082531</link>
         <description><![CDATA[<div>Атрибут <mark>bgcolor</mark> може задавати колір як тла усієї таблиці, так і окремих рядків та клітинок:<br>&lt;td <mark>bgcolor="</mark>lightblue<mark>"</mark>&gt; 4&lt;/td&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-14 19:35:56 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2047082531</guid>
      </item>
      <item>
         <title>Вирівнювання</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2047086171</link>
         <description><![CDATA[<div>Вміст клітинок та таблицю загалом можна вирівнювати через атрибут <strong>align </strong>(center, left, right, justify) та по вертикалі <strong>valign </strong>(top, bottom, middle).</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-14 19:37:46 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2047086171</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2060955502</link>
         <description><![CDATA[<div><strong>Каскадні таблиці стилів (CSS)</strong> використовуються для форматування макета веб-сторінки.<br><strong>CSS</strong> можна додати до документів HTML трьома способами:</div><ul><li><strong>Inline</strong> - за допомогою style атрибута всередині елементів HTML</li><li><mark>&lt;h1 style="color:blue;"&gt;A Blue Heading&lt;/h1&gt;</mark></li><li><strong>Внутрішній</strong> - за допомогою &lt;style&gt;елемента в &lt;head&gt;розділі</li><li><mark>&lt;style&gt;<br>body {background-color: powderblue;}<br>h1 &nbsp; {color: blue;}<br>p&nbsp; &nbsp; {color: red;}<br>&lt;/style&gt;</mark></li><li><strong>Зовнішній</strong> - за допомогою &lt;link&gt; елемента для посилання на зовнішній файл CSS</li><li><mark>&lt;link rel="stylesheet" type="text/css" href="..."&gt;</mark></li></ul>]]></description>
         <enclosure url="https://www.w3schools.com/css/img_selector.gif" />
         <pubDate>2022-02-22 16:44:28 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2060955502</guid>
      </item>
      <item>
         <title>Команди CSS</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2060970530</link>
         <description><![CDATA[<div>•<strong>text-align: center; - </strong>вирівнювання</div><div>•<strong>color: #ff0000; - </strong>колір тексту</div><div>•<strong>background-color: #c5ffa0 – </strong>колір фону</div><div>•<strong>background-image: url(fon.jpg) </strong>- фон</div><div>•<strong>background-attachment: fixed; </strong>- фіксація</div><div>•<strong>border-style: solid;- </strong>обводка елемента</div><div>•<strong>border-width: 1px; - </strong>товщина обводки</div><div>•<strong>border-radius: 25px; </strong>- округлення кутів</div><div>•<strong>text-shadow: 2px 2px 2px; - </strong>тінь тексту<br>•<strong>font-family:</strong>verdana; - шрифт<br>•<strong>font-size</strong>:30px; - розмір тексту</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-22 16:52:04 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2060970530</guid>
      </item>
      <item>
         <title>Селектор елементів CSS</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2060978485</link>
         <description><![CDATA[<div><mark>Тег</mark> <br>p {<br>&nbsp; text-align: center;<br>&nbsp; color: red;<br>}<br><mark>Ідентифікатор</mark><br>#para1 {<br>&nbsp; text-align: center;<br>&nbsp; color: red;<br>}<br><mark>Клас</mark><br>.center {<br>&nbsp; text-align: center;<br>&nbsp; color: red;<br>}<br><mark>Універсальний селектор</mark><br>* {<br>&nbsp; text-align: center;<br>&nbsp; color: blue;<br>}<br><mark>Селектори можна групувати!!!</mark><br>h1, h2, p {<br>&nbsp; text-align: center;<br>&nbsp; color: red;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-22 16:56:19 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2060978485</guid>
      </item>
      <item>
         <title>Властивості стилів, їхні значення та призначення</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2060988475</link>
         <description><![CDATA[<div><br><strong>background-attachment</strong> -- <em>fixed, scroll</em> -- тло стале чи прокручуєтся;<br><strong>background-color</strong> -- <em>red, green, #343434</em> -- колір тла;<br><strong>background-image</strong> -- url-адреса графічного файлу для тла;<br><strong>background-position</strong> -- <em>0% 0%</em> --— початкове розташування тла;<br><strong>background-repeat</strong> -- <em>repeat, repeat-x, repeat-y, no-repeat</em> -- повторювання зображення тла;<br><strong>border-top, border-right, border-bottom, border-left, border</strong> -- <em>4mm</em> -- товщина лінії рамки;<br><strong>border-color</strong> -- <em>red, green, #343434</em> -- колір рамки;<br><strong>border-style</strong> -- <em>none, dotted, dashed, solid, double, groove, ridge, inset, outset</em> -- стиль рамки<br><strong>font-family</strong> -- <em>arial, sans-serif</em> -- гарнітура;<br><strong>font-size</strong> -- <em>24px</em> -- розмір шрифту;<br><strong>font-style</strong> -- <em>normal, italic, oblique</em> -- стиль шрифту;<br><strong>font-variant</strong> --<em> normal, small-caps</em> --&nbsp; варіант шрифту;<br><strong>font-weight</strong> -- <em>normal (400), bold (700), bolder, lighter, 100-900</em> -- жирність шрифту;<br><strong>word-spacing</strong> -- <em>1mm, 2mm</em> -- відстань між словами;<br><strong>letter-spacing</strong> -- <em>1mm</em> -- відстань між символами;<br><strong>line-height</strong> -- <em>2mm, 4mm</em> -- відстань між рядками;<br><strong>text-align</strong> -- <em>left, right, center, justify</em> -- вирівнювання тексту;<br><strong>text-decoration</strong> -- <em>none, underline, blink, overline, line-through</em> -- оформлення тексту;<br><strong>text-indent</strong> -- <em>2cm</em> --&nbsp; абзацний відступ;<br><strong>text-transform</strong> -- <em>none, uppercase, lowercase, capitalize</em> -- трансформація тексту;<br><strong>vertical-align</strong> -- <em>baseline, sub, super, top, text-top, middle, bottom, text-bottom</em> -- вертикальне вирівнювання;<br><strong>white-space</strong> -- <em>normal, pre, nowrap, pre-wrap, pre-line</em> --&nbsp; пробіли та перенесення між словами;<br><strong>margin-top, margin-right, margin-bottom, margin-left, margin</strong> -- <em>4mm</em> -- зовнішній відступ;<br><strong>padding-top, padding-right, padding-bottom, padding-left, padding</strong> -- <em>4mm</em> --&nbsp; внутрішній відступ;<br><strong>height</strong> -- <em>4cm</em> --&nbsp; висота елемента;<br><strong>width</strong> -- <em>14cm</em> -- ширина елемента;<br><strong>float</strong> -- <em>none, left, right</em> -- обтікання об'єкта текстом;<br><strong>clear</strong> -- <em>none, left, right, both</em> --&nbsp; заборона обтікання;<br><strong>color</strong> -- <em>red, green, #343434</em> --&nbsp; колір елемента;<br><strong>list-style-image</strong> --<em> url(aдреса графічного файлу маркера списку)</em> --&nbsp; зображення для маркера;<br><strong>list-style-position</strong> -- <em>inside, outside</em> --&nbsp; позиція маркера;<br><strong>list-style-type</strong> -- <em>disc, circle, square, decimal, lower-alpha, lower-roman, upper-alpha, upper-roman</em> --&nbsp; вигляд маркера;<br><strong>position</strong> --&nbsp; <em>static, relative, absolute, fixed</em> --&nbsp; спосіб позиціонування елемента;<br><strong>top, right, bottom, left</strong> -- <em>px, in, pt, %, auto тощ</em>о -- позиціонування елемента;<br><strong>z-index</strong> -- <em>ціле число, auto</em> -- положення елемента за віссю z;<br><strong>display</strong> -- <em>block, inline-block, inline, list-item, none, table, table-row, table-cell</em> -- відображення елемента в документі;<br><strong>visibility</strong> --<em> visible, hidden, collapse</em> -- відобразити чи сховати елемент;<br><strong>overflow</strong> -- <em>visible, hidden, scroll, auto</em> -- спосіб відображення вмісту елемента, якщо він повністю не вміщується в задану область;<br><strong>clip</strong> -- <em>shape(rect), auto</em> -- визначає прямокутну область, де буде показано частину елемента<br><strong>outline-color, outline-style, outline-width, outline</strong> -- <em>4mm</em> -- зовнішня рамка<br><strong>cursor</strong> -- <em>default, pointer, help, wait, progress, text, move, crosshair, auto</em> -- вигляд вказівника<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-02-22 17:01:12 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2060988475</guid>
      </item>
      <item>
         <title>Позиціювання елементів на сторінці</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121846722</link>
         <description><![CDATA[<div><strong>1.</strong> <strong>position: static</strong></div><div>За замовчуванням всі елементи на сторінці мають статичне позиціонування<br><strong>2.</strong> <strong>position: relative</strong></div><div>Положення елемента встановлюється щодо його вихідного місця. Додавання властивостей <strong>left, top, right і bottom</strong> змінює позицію елемента, на тому місці, де б мав бути блок, утвориться порожній простір.<br><strong>3. position: absolute</strong></div><div>Абсолютне позиціонування використовується тоді, коли потрібно помістити елемент саме в тому місці екрана, де ми хочемо його бачити. Місце, яке вони займали, стає як би порожнім і його займають сусідні елементи.<br><strong>4. position: fixed</strong></div><div>Завжди знаходиться у видимій області екрана, і не рухається під час прокрутки сторінки. <br><strong>5.position: sticky</strong></div><div>Липкий елемент перемикається між relative та fixed, залежно від положення прокручування.&nbsp;<br>http://lesson-css.blogspot.com/p/position.html&nbsp;</div>]]></description>
         <enclosure url="http://lesson-css.blogspot.com/p/position.html" />
         <pubDate>2022-03-30 16:20:01 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121846722</guid>
      </item>
      <item>
         <title>Робота з flexbox</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121857262</link>
         <description><![CDATA[<div><strong>flexbox</strong>, це режим створений для упорядкування елементів на сторінці&nbsp; коли розмітка адаптована під різні розміри екрану і різні девайси.<br>Щоб почати використовувати модель <strong>Flexbox</strong>, потрібно спочатку визначити flex-контейнер:<br><mark>.container { display: flex; } </mark><br><br><strong>Властивості контейнера flex:</strong></div><ul><li><a href="https://www.w3schools.com/css/css3_flexbox_container.asp#flex-direction">flex-direction</a> (row, row-reverse, column, column-reverse)</li><li><a href="https://www.w3schools.com/css/css3_flexbox_container.asp#flex-wrap">flex-wrap</a> (nowrap, wrap, wrap-reverse)</li><li><a href="https://www.w3schools.com/css/css3_flexbox_container.asp#flex-flow">flex-flow</a></li><li><a href="https://www.w3schools.com/css/css3_flexbox_container.asp#justify-content">justify-content</a> (flex-start, flex-end, center, space-between, space-around)</li><li><a href="https://www.w3schools.com/css/css3_flexbox_container.asp#align-items">align-items</a> (stretch, flex-start, flex-end, center, baseline)</li><li><a href="https://www.w3schools.com/css/css3_flexbox_container.asp#align-content">align-content</a> (stretch, flex-start, flex-end, center, space-between, space-around)</li></ul>]]></description>
         <enclosure url="https://css-tricks.com/snippets/css/a-guide-to-flexbox/" />
         <pubDate>2022-03-30 16:25:21 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121857262</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121861973</link>
         <description><![CDATA[]]></description>
         <enclosure url="http://flexboxfroggy.com/#uk" />
         <pubDate>2022-03-30 16:27:56 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121861973</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121864536</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://codepen.io/raisa69/pen/BYVwbQ?editors=1100" />
         <pubDate>2022-03-30 16:29:18 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121864536</guid>
      </item>
      <item>
         <title>Властивість дисплея</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121876593</link>
         <description><![CDATA[<div>Властивість <strong>display </strong>визначає, чи відображається елемент. Значенням за замовчуванням для більшості елементів є <strong>block</strong> або <strong>inline</strong>.<br>Інші <strong>display</strong> -- <em>block, inline-block, inline, list-item, none, table, table-row, table-cell</em> -- відображення елемента в документі;<br>Приховати елемент можна, встановивши <strong>display: </strong>none.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-30 16:35:45 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121876593</guid>
      </item>
      <item>
         <title>Властивість z-index</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121889260</link>
         <description><![CDATA[<div><br>Коли елементи розташовані, вони можуть перекривати інші елементи.<br>Властивість <strong>z-index </strong>визначає порядок стека елемента (який елемент слід розташувати перед іншими або позаду інших).<br>Елемент може мати позитивний або негативний порядок стека.<br>Якщо два розміщені елементи накладаються один на одного без z-index, елемент, визначений <strong>останнім у HTML-коді</strong> , буде показаний зверху</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-30 16:42:35 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121889260</guid>
      </item>
      <item>
         <title>Медіа-запити</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121924512</link>
         <description><![CDATA[<div>Правило <strong>@media</strong>, введене в CSS2, дозволило визначити різні правила стилю для різних типів медіа.<br>Приклад&nbsp;<br>@media screen and (max-width: 992px) {<br>&nbsp; body {<br>&nbsp; &nbsp; background-color: blue;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-30 17:01:10 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121924512</guid>
      </item>
      <item>
         <title>Зображення</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121959966</link>
         <description><![CDATA[<div><strong>&lt;img</strong> src="<em>url</em>" alt="<em>alternatetext</em>"<strong>&gt;<br>Приклад: </strong>&lt;img src="img_chania.jpg" alt="Flowers in Chania"&gt;<br><br>Атрибути:</div><ul><li><strong>width,</strong> <strong>height </strong>(у пікселях, або відсотках)<strong>,</strong></li><li><strong>border (</strong>border-width; border-color; border-style; тип dotted, dashed, solid, double, groove, ridge, inset, outset, none, hidden)</li><li><strong>title</strong> - підказка, яка з'явиться коли навести на зображення</li></ul><div><br><strong>Приклад:</strong> &lt;img src="html5.gif" alt="HTML5 Icon" width="128" height="128"&gt; або &lt;img src="html5.gif" alt="HTML5 Icon" style="width:128px;height:128px;"&gt;<strong><br></strong>border: 4px groove orange;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-30 17:20:04 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121959966</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121960965</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1570594867/21b660cf9e73119acf14e532f3bf8a6c/image.png" />
         <pubDate>2022-03-30 17:20:35 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121960965</guid>
      </item>
      <item>
         <title>Відступи</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121974894</link>
         <description><![CDATA[<div><strong><br>padding</strong> — внутрішні відступи&nbsp; між зображенням та рамкою;</div><ul><li>padding-top, padding-right, padding-bottom, padding-left</li><li>Приклад: padding: 25px 50px 75px 100px;</li></ul><div>&nbsp;<strong>margin</strong> — задає відступи від зображення від усіх чотирьох країв;&nbsp;</div><ul><li>margin-top, margin-right, margin-bottom, margin-left</li><li>Приклад: margin: 25px 50px 75px 100px;</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-30 17:28:11 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121974894</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2121975762</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1570594867/651fdfb5d758b5a9ff7db89a3746cae2/_______1_____.jpg" />
         <pubDate>2022-03-30 17:28:42 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2121975762</guid>
      </item>
      <item>
         <title>Обтікання текстом</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2122226789</link>
         <description><![CDATA[<div>Для взаємного розміщення тексту і зображень призначений атрибут ALIGN у тегу , який може набувати, зокрема, таких значень:<br><br></div><div>• left — зображення розміщене в лівій частині сторінки, текст обтікає його з правого боку;<br><br></div><div>• right — зображення розміщене у правій частині сторінки, текст обтікає його з лівого боку;<br><br></div><div>• top — обтікання немає, зображення розміщене в тексті, відповідний рядок якого вирівняно за верхньою межею малюнка;<br><br></div><div>• bottom — обтікання немає, зображення розміщене в тексті, відповідний рядок якого вирівняно за нижньою межею малюнка;<br><br></div><div>• middle — обтікання немає, зображення розміщене в тексті, відповідний рядок якого вирівняно по середній лінії малюнка.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-30 20:00:36 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2122226789</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2130174199</link>
         <description><![CDATA[<div>https://www.w3schools.com/css/css3_animations.asp</div>]]></description>
         <enclosure url="https://www.w3schools.com/css/css3_animations.asp" />
         <pubDate>2022-04-05 07:28:37 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2130174199</guid>
      </item>
      <item>
         <title>Карти посилань</title>
         <author></author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2522449665</link>
         <description><![CDATA[<div>За допомогою карт зображень HTML ви можете створювати на зображенні зони, які можна натискати<br>Тег&nbsp; &lt;map&gt; визначає карту зображення<br>Області визначаються одним або кількома &lt;area&gt;тегами<br><br>&lt;img src="workplace.jpg" alt="Workplace" usemap="#workmap"&gt;<br><br>&lt;map name="workmap"&gt;<br>&nbsp; &lt;area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm"&gt;<br>&nbsp; &lt;area shape="rect" coords="290,172,333,250" alt="Phone" href="phone.htm"&gt;<br>&nbsp; &lt;area shape="circle" coords="337,300,44" alt="Coffee" href="coffee.htm"&gt;<br>&lt;/map&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-19 19:29:41 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2522449665</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2522450773</link>
         <description><![CDATA[<div>https://www.w3schools.com/html/html_images_imagemap.asp</div>]]></description>
         <enclosure url="https://www.w3schools.com/html/html_images_imagemap.asp" />
         <pubDate>2023-03-19 19:31:28 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2522450773</guid>
      </item>
      <item>
         <title>2D Анімація</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2541114990</link>
         <description><![CDATA[<div>https://www.w3schools.com/css/css3_2dtransforms.asp</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-02 13:35:04 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2541114990</guid>
      </item>
      <item>
         <title>3D Анімація</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2541115610</link>
         <description><![CDATA[<div>https://www.w3schools.com/css/css3_3dtransforms.asp</div>]]></description>
         <enclosure url="https://www.w3schools.com/css/css3_3dtransforms.asp" />
         <pubDate>2023-04-02 13:36:19 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2541115610</guid>
      </item>
      <item>
         <title>Переходи</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2541116123</link>
         <description><![CDATA[<div>https://www.w3schools.com/css/css3_transitions.asp</div>]]></description>
         <enclosure url="https://www.w3schools.com/css/css3_transitions.asp" />
         <pubDate>2023-04-02 13:37:30 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2541116123</guid>
      </item>
      <item>
         <title>Анімація об&#39;єктів</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2655287263</link>
         <description><![CDATA[<div>https://animate.style/</div>]]></description>
         <enclosure url="https://animate.style/" />
         <pubDate>2023-08-03 06:48:19 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2655287263</guid>
      </item>
      <item>
         <title>Анімація слайдерів </title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2655287637</link>
         <description><![CDATA[<div>https://swiperjs.com/</div>]]></description>
         <enclosure url="https://swiperjs.com/" />
         <pubDate>2023-08-03 06:48:59 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2655287637</guid>
      </item>
      <item>
         <title>Таблиця кольорів HTML / CSS</title>
         <author></author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2869622647</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.w3schools.com/colors/colors_names.asp" />
         <pubDate>2024-02-01 09:32:27 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2869622647</guid>
      </item>
      <item>
         <title>Зображення</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2874854770</link>
         <description><![CDATA[<p><strong>&lt;img</strong> src="<em>адеса</em>" alt="<em>альтернативний текст </em>"<strong>&gt;<br>Приклад: </strong>&lt;img src="img_chania.jpg" alt="Flowers in Chania"&gt;</p><p><br/></p><p>Атрибути:</p><ul><li><p><strong>width,</strong> <strong>height </strong>(у пікселях, або відсотках)<strong>,</strong></p></li><li><p><strong>border (</strong>border-width; border-color; border-style; тип dotted, dashed, solid, double, groove, ridge, inset, outset, none, hidden)</p></li><li><p><strong>title</strong> - підказка, яка з'явиться коли навести на зображення</p></li></ul><p><br/></p><p><strong>Приклади:</strong> </p><p>1) <em>Зображення розташоване на ПК:</em></p><p><strong>&lt;img</strong> src="html5.gif" alt="HTML5 Icon" width="128" height="128"&gt; </p><p>2) <strong>&lt;img</strong> src="html5.gif" alt="HTML5 Icon" style="width:128px;height:128px;"&gt;<strong><br></strong>border: 4px groove orange;</p><p>3) <em>Зображення розташоване в Інтернеті: </em></p><p><strong>&lt;img </strong>src="<a rel="noopener noreferrer nofollow" href="https://www.w3schools.com/images/w3schools_green.jpg">https://www.w3schools.com/images/w3schools_green.jpg</a>" alt="<a rel="noopener noreferrer nofollow" href="http://W3Schools.com">W3Schools.com</a>"&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-06 10:15:56 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2874854770</guid>
      </item>
      <item>
         <title>Тег для виділення частини тексту</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2882091123</link>
         <description><![CDATA[<p>Елемент <mark>&lt;span&gt;</mark>,  використовується для фарбування частини тексту:</p><p>&lt;p&gt;My mother has &lt;<mark>span</mark> style="color:blue"&gt;blue&lt;/span&gt; eyes.&lt;/p&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-13 11:15:43 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2882091123</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2950771411</link>
         <description><![CDATA[<p>Мультимедіа в Інтернеті – це звук, музика, відео, фільми та анімація.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-11 07:51:32 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2950771411</guid>
      </item>
      <item>
         <title>Елемент video</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2950776582</link>
         <description><![CDATA[<p>&lt;video controls&gt;<br>&nbsp; &lt;source src="<a rel="noopener noreferrer nofollow" href="http://movie.mp">movie.mp</a>4" type="video/mp4"&gt;<br>&nbsp; &lt;source src="movie.ogg" type="video/ogg"&gt;<br>Your browser does not support the video tag.<br>&lt;/video&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-11 07:55:08 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2950776582</guid>
      </item>
      <item>
         <title>Елемент audio</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2950777186</link>
         <description><![CDATA[<p>&lt;audio controls&gt;<br>&nbsp; &lt;source src="horse.ogg" type="audio/ogg"&gt;<br>&nbsp; &lt;source src="<a rel="noopener noreferrer nofollow" href="http://horse.mp">horse.mp</a>3" type="audio/mpeg"&gt;<br>Your browser does not support the audio element.<br>&lt;/audio&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-11 07:55:40 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2950777186</guid>
      </item>
      <item>
         <title>Відео з YouTube у HTML</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2950844914</link>
         <description><![CDATA[<ol><li><p>Відкийте відео YouTube</p></li><li><p>Натисніть поділитися ⤻</p></li><li><p>Оберіть кнопку вставити &lt;&gt;</p></li><li><p>Скопіюйте код зручним способом</p></li><li><p>Додайте до вебсторінки</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-11 09:07:14 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2950844914</guid>
      </item>
      <item>
         <title>Детальніше </title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/2950846016</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.w3schools.com/html/html_media.asp" />
         <pubDate>2024-04-11 09:08:26 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/2950846016</guid>
      </item>
      <item>
         <title>Що таке анімація CSS?</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3400177257</link>
         <description><![CDATA[<p>Анімація дозволяє елементу поступово змінювати стиль з одного стилю на інший.</p><p>Ви можете змінювати скільки завгодно властивостей CSS скільки завгодно разів.</p><p>Щоб використовувати CSS-анімацію, ви повинні спочатку вказати кілька ключових кадрів для анімації <mark>@keyframes.</mark></p><p>Ключові кадри містять стилі, які матиме елемент у певний час.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-08 06:03:08 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3400177257</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3400178659</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://animista.net/play/basic" />
         <pubDate>2025-04-08 06:04:01 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3400178659</guid>
      </item>
      <item>
         <title>Приклади</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3400190300</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.awwwards.com/awwwards/collections/animation/" />
         <pubDate>2025-04-08 06:12:07 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3400190300</guid>
      </item>
      <item>
         <title>Довідник стилів</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3813017579</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://css.in.ua/" />
         <pubDate>2026-03-05 08:50:25 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3813017579</guid>
      </item>
      <item>
         <title>Зразок</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3864994793</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/1570594867/3152e5bda913107a9d63a0f738017d84/image.png" />
         <pubDate>2026-04-13 16:30:53 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3864994793</guid>
      </item>
      <item>
         <title></title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908679116</link>
         <description><![CDATA[<p>Форма це елемент HTML-документа, що забезпечує взаємозв'язок з Web-вузлом. Форми використовуються для опитування відвідувачів, замовлення різних послуг та інших дій</p><p><strong><mark>&lt;form&gt;...&lt;/form&gt;</mark></strong></p><p><em>Атрибути форм: </em></p><p><strong>action</strong>, значенням якого є URL для передачі на вузол інформації з форми;</p><p><strong>metod</strong>, що приймає значення&nbsp;<strong>get&nbsp;</strong>або&nbsp;<strong>post (</strong>визначення способу&nbsp; передачі даних форми до&nbsp; вузла</p><p><strong><em>&lt;form action=“test.php" method=“get"&gt;</em></strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 09:58:09 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908679116</guid>
      </item>
      <item>
         <title>Елементи поле для введення</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908691216</link>
         <description><![CDATA[<p>Більшість з основних елементів фом  створюється за допомогою непарного тегу <strong><mark>&lt;input&gt;</mark>. </strong>В залежності від його атрибут <strong><mark>type=" "</mark></strong>  поле для введення може бути:</p><ul><li><p><strong>text</strong>&nbsp;- текстове поле</p></li><li><p><strong>password</strong>&nbsp;- поле з паролем</p></li><li><p><strong>email </strong>-<strong><em> </em></strong>електронна скринька</p></li><li><p><strong>url<em> </em></strong>веб-адреса</p></li><li><p><strong>number </strong>- число<strong><em>  </em></strong></p></li><li><p><strong>search </strong>- поле пошуку</p></li><li><p><strong>date </strong>- введення дати</p></li><li><p><strong>file</strong>&nbsp;- поле для відправлення файлу</p></li><li><p><strong>textarea</strong> - визначає багаторядкове поле введення</p></li><li><p><strong>radio<em> </em></strong>- тип перемикачі</p></li><li><p><strong>checkbox</strong>&nbsp;- прапорець.</p><p><br/></p></li></ul><p>&nbsp;&nbsp;&nbsp;Підпис для поля: <strong>&lt;label&gt;First name &lt;/label&gt; &lt;br&gt;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 10:09:40 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908691216</guid>
      </item>
      <item>
         <title>Елемент Кнопка</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908695246</link>
         <description><![CDATA[<p>Дію стосовно відправлення заповненої форми можна записати в кнопці <strong><mark>&lt;button&gt;...&lt;/button&gt;</mark></strong>&nbsp; і  її атрибут <strong><mark>type=" "</mark></strong>  може бути:</p><ul><li><p><strong>submit</strong>&nbsp;- кнопка для відправлення форми.</p></li><li><p><strong>reset</strong>&nbsp;- кнопка для очищення форми.</p></li><li><p><strong>image</strong>&nbsp;- кнопка із зображенням</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 10:14:11 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908695246</guid>
      </item>
      <item>
         <title>Атрибути поля для введення</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908704008</link>
         <description><![CDATA[<ul><li><p><strong>placeholder</strong> - підказка користувачу</p></li><li><p><strong>required</strong> - оов'язкове поле</p></li><li><p><strong>value</strong> - початкове значення для поля <strong>disabled</strong> - поле неактивне</p></li><li><p><strong>maxlength</strong> - визначає максимальну кількість символів, дозволених у полі введення</p></li><li><p><strong>min та max</strong> - визначають мінімальне та максимальне значення (числа)</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 10:22:15 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908704008</guid>
      </item>
      <item>
         <title>Елемент radio</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908733677</link>
         <description><![CDATA[<p>Радіокнопки дозволяють користувачеві вибрати лише один варіант з обмеженої кількості:</p><p><strong>&lt;p&gt;</strong>Please select your favorite Web language:<strong>&lt;/p&gt;</strong></p><p>  <strong>&lt;input</strong> <strong>type="radio"</strong> id="html" name="fav_language" <strong>value="HTML"</strong>&gt;</p><p>  <strong>&lt;label</strong> <strong>for="html"</strong>&gt;HTML<strong>&lt;/label&gt;</strong>&lt;br&gt;</p><p>  <strong>&lt;input type="radio"</strong> id="css" name="fav_language" <strong>value="CSS"</strong>&gt;</p><p>  <strong>&lt;label for="css"</strong>&gt;CSS<strong>&lt;/label&gt;</strong>&lt;br&gt;</p><p>  <strong>&lt;input type="radio"</strong> id="javascript" name="fav_language" <strong>value="JavaScript"</strong>&gt;</p><p><strong>  &lt;label for="javascript"&gt;</strong>JavaScript <strong>&lt;/label&gt; </strong></p><p><br></p><p><strong>Примітка:</strong> Щоб група вважалася групою , група перемикачів повинна мати однакову назву (значення атрибута <strong><mark>name</mark></strong>)</p><p><br></p><p>Атрибут <strong><mark>value </mark></strong>визначає унікальне значення, пов’язане з кожною радіокнопкою. Значення не відображається користувачеві, але є значенням, яке надсилається на сервер під час «надсилання», щоб визначити, яка радіокнопка була вибрана</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 10:49:31 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908733677</guid>
      </item>
      <item>
         <title>Елемент checkbox (прапорець)</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908735124</link>
         <description><![CDATA[<p>Прапорці використовуються, щоб користувач міг вибрати один або декілька варіантів з обмеженої кількості доступних</p><p><strong>&lt;p&gt;</strong>Please select your favorite Web languages:<strong>&lt;/p&gt;</strong><br><br><strong>&lt;input type="checkbox"</strong> id="html" name="fav_language" <strong>value="HTML"</strong>&gt;<br>&lt;label for="html"&gt;HTML&lt;/label&gt;&lt;br&gt;<br><br><strong>&lt;input type="checkbox"</strong> id="css" name="fav_language" <strong>value="CSS"</strong>&gt;<br>&lt;label for="css"&gt;CSS&lt;/label&gt;&lt;br&gt;<br><br><strong>&lt;input type="checkbox"</strong> id="javascript" name="fav_language" <strong>value="JavaScript"</strong>&gt;<br>&lt;label for="javascript"&gt;JavaScript&lt;/label&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 10:50:59 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908735124</guid>
      </item>
      <item>
         <title>Випадаючий список</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908753815</link>
         <description><![CDATA[<p><strong>&lt;select name="cars"&gt;<br>&nbsp; &lt;option value="volvo"&gt;</strong>Volvo<strong>&lt;/option&gt;<br>&nbsp; &lt;option value="fiat"&gt;</strong>Fiat<strong>&lt;/option&gt;<br>&nbsp; &lt;option value="audi"&gt;</strong>Audi<strong>&lt;/option&gt;<br>&lt;/select&gt;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-12 11:10:01 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908753815</guid>
      </item>
      <item>
         <title>Форми в HTML</title>
         <author>sudratetana</author>
         <link>https://padlet.com/sudratetana/vebtehnologii10/wish/3908755377</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://w3schoolsua.github.io/html/html_forms.html#gsc.tab=0" />
         <pubDate>2026-05-12 11:11:39 UTC</pubDate>
         <guid>https://padlet.com/sudratetana/vebtehnologii10/wish/3908755377</guid>
      </item>
   </channel>
</rss>
