HTML. The standard markup language for creating Web pages презентация

Содержание

Слайд 2

HTML stands for Hyper Text Markup Language HTML describes the

HTML stands for Hyper Text Markup Language
HTML describes the structure of

Web pages using markup
HTML elements are the building blocks of HTML pages
HTML elements are represented by tags
HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
Browsers do not display the HTML tags, but use them to render the content of the page
Слайд 3

A SIMPLE HTML DOCUMENT Page Title My First Heading My first paragraph.

A SIMPLE HTML DOCUMENT

Page Title

My First Heading

My first paragraph.


Слайд 4

EXAMPLE EXPLAINED The declaration defines this document to be HTML5

EXAMPLE EXPLAINED
The  declaration defines this document to be HTML5
The  element is the

root element of an HTML page
The  element contains meta information about the document
The  element specifies a title for the document<br>The <body> element contains the visible page content<br>The <h1> element defines a large heading<br>The <p> element defines a paragraph<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide5" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 5</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-4.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML TAGS HTML tags are element names surrounded by angle" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-4.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-4.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-4.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-4.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML TAGS <br><p>HTML tags are element names surrounded by angle brackets:<br><tagname>content goes</div></h2><div class="slides-content">here...</tagname><br>HTML tags normally come in pairs like <p> and </p><br>The first tag in a pair is the start tag, the second tag is the end tag<br>The end tag is written like the start tag, but with a forward slash inserted before the tag name<br>Tip: The start tag is also called the opening tag, and the end tag the closing tag.<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide6" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 6</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-5.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="WEB BROWSERS The purpose of a web browser (Chrome, IE," loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-5.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-5.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-5.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-5.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>WEB BROWSERS <br><p>The purpose of a web browser (Chrome, IE, Firefox, Safari)</div></h2><div class="slides-content">is to read HTML documents and display them.<br>The browser does not display the HTML tags, but uses them to determine how to display the document:<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide7" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 7</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-6.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML PAGE STRUCTURE Below is a visualization of an HTML" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-6.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-6.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-6.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-6.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML PAGE STRUCTURE <br><p>Below is a visualization of an HTML page structure:<br>Note: Only</div></h2><div class="slides-content">the content inside the <body> section (the white area above) is displayed in a browser.<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide8" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 8</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-7.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="THE DECLARATION The declaration represents the document type, and helps" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-7.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-7.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-7.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-7.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>THE <!DOCTYPE> DECLARATION <br><p>The <!DOCTYPE> declaration represents the document type, and helps</div></h2><div class="slides-content">browsers to display web pages correctly.<br>It must only appear once, at the top of the page (before any HTML tags).<br>The <!DOCTYPE> declaration is not case sensitive.<br>The <!DOCTYPE> declaration for HTML is:<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide9" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 9</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-8.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML VERSIONS Since the early days of the web, there have been many versions of HTML:" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-8.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-8.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-8.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-8.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML VERSIONS <br><p>Since the early days of the web, there have been</div></h2><div class="slides-content">many versions of HTML:<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide10" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 10</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-9.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML EDITORS WRITE HTML USING NOTEPAD OR TEXTEDIT Web pages" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-9.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-9.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-9.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-9.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML EDITORS WRITE HTML USING NOTEPAD OR TEXTEDIT <br><p>Web pages can be created and</div></h2><div class="slides-content">modified by using professional HTML editors.<br>However, for learning HTML usually recommend a simple text editor like Notepad (PC) or TextEdit (Mac).<br>Using a simple text editor is a good way to learn HTML.<br>Follow the four steps below to create your first web page with Notepad or TextEdit.<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide11" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 11</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-10.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="Step 1: Open Notepad (PC) Windows 8 or later: Open" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-10.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-10.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-10.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-10.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>Step 1: Open Notepad (PC)<br>Windows 8 or later:<br>Open the Start Screen (the window</div></h2><div class="slides-content">symbol at the bottom left on your screen). Type Notepad.<br>Windows 7 or earlier:<br>Open Start > Programs > Accessories > Notepad<br>Step 2: Write Some HTML<br>Write or copy some HTML into Notepad.<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide12" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 12</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-11.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="Step 3: Save the HTML Page Save the file on" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-11.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-11.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-11.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-11.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>Step 3: Save the HTML Page<br>Save the file on your computer.</div></h2><div class="slides-content">Select File > Save as in the Notepad menu.<br>Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).<br>You can use either .htm or .html as file extension. There is no difference, it is up to you.<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide13" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 13</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-12.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="Step 4: View the HTML Page in Your Browser Open" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-12.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-12.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-12.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-12.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>Step 4: View the HTML Page in Your Browser<br>Open the saved</div></h2><div class="slides-content">HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").<br>The result will look much like this:<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide14" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 14</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-13.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML DOCUMENTS All HTML documents must start with a document" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-13.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-13.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-13.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-13.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML DOCUMENTS <br><p>All HTML documents must start with a document type declaration: <!DOCTYPE</div></h2><div class="slides-content">html>.<br>The HTML document itself begins with <html> and ends with </html>.<br>The visible part of the HTML document is between <body> and </body>.<br>Example<br><!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html><br>Try yourself<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide15" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 15</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-14.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML BASIC EXAMPLES HTML Documents All HTML documents must start" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-14.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-14.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-14.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-14.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML BASIC EXAMPLES<br><p>HTML Documents<br>All HTML documents must start with a document type</div></h2><div class="slides-content">declaration: <!DOCTYPE html>.<br>The HTML document itself begins with <html> and ends with </html>.<br>The visible part of the HTML document is between <body> and </body>.<br>Example:<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide16" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 16</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-15.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML HEADINGS HTML headings are defined with the to tags." loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-15.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-15.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-15.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-15.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML HEADINGS <br><p>HTML headings are defined with the <h1> to <h6> tags.<br><h1> defines the most important</div></h2><div class="slides-content">heading. <h6> defines the least important heading: <br>Example<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide17" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 17</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-16.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML PARAGRAPHS HTML paragraphs are defined with the tag: Example" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-16.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-16.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-16.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-16.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML PARAGRAPHS <br><p>HTML paragraphs are defined with the <p> tag:<br>Example<br></div></h2><!----><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide18" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 18</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-17.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML LINKS HTML links are defined with the tag: Example" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-17.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-17.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-17.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-17.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML LINKS <br><p>HTML links are defined with the <a> tag:<br>Example<br>The link's destination is specified</div></h2><div class="slides-content">in the href attribute. <br>Attributes are used to provide additional information about HTML elements.<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><div id="slide19" class="slides-item"><!--[--><div class="text-center"><span class="slides-headingUnit">Слайд 19</span></div><h2 class="mb-0"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-18.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML IMAGES HTML images are defined with the tag. The" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/89574/slide-18.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/89574/slide-18.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/89574/slide-18.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/89574/slide-18.jpg 1440w" class="slides-image"></h2><h2 class="slides-content text-center font-bold"><div><p>HTML IMAGES <br><p>HTML images are defined with the <img> tag.<br>The source file (src), alternative</div></h2><div class="slides-content">text (alt), width, and height are provided as attributes:<br>Example<br></div><!----><!--]--><!----></div></div><div class="slides-wrapper"><!----></div><!--]--></div><div class="section"><div></div></div><form id="download" action="/api/" method="post" class="download"><!----><div class="download-description"> Имя файла: HTML.-The-standard-markup-language-for-creating-Web-pages.pptx <br> Количество просмотров: 75 <br> Количество скачиваний: 0</div><button class="download-btn" type="submit">Скачать</button><!----></form><div class="navigation"><div class="navigation-item"><div>- Предыдущая</div><a href="/uncategorized/konstruktsiya-skvazhin-2" class="navigation-link">Конструкция скважин</a></div><div class="navigation-item"><div>Следующая -</div><a href="/informatika/software-development-life-cycle-and-methodologies" class="navigation-link">Software Development Life Cycle and Methodologies</a></div></div></div></div><div class="item-layoutRelated"><div class="section"><div></div></div></div></div><div class="item-layout"><div class="related"><h2 class="related-header">Похожие презентации</h2><div class="related-wrapper"><!--[--><div class="related-item"><a href="/informatika/platforma-arcgis" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/20247/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/20247/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/20247/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/20247/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/20247/slide-0.jpg 1440w" class="slides-image related-itemImage"> Платформа ArcGIS</a></div><div class="related-item"><a href="/informatika/algebra-logiki-osnovnye-ponyatiya" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/152228/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/152228/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/152228/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/152228/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/152228/slide-0.jpg 1440w" class="slides-image related-itemImage"> Алгебра логики. Основные понятия</a></div><div class="related-item"><a href="/informatika/metodika-obucheniya-informatike-v-shkole-s" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/579683/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/579683/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/579683/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/579683/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/579683/slide-0.jpg 1440w" class="slides-image related-itemImage"> Методика обучения информатике в школе с использованием образовательных онлайн платформ</a></div><div class="related-item"><a href="/informatika/klassifikatsiya-informatsionnyh-sistem-7" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/332066/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/332066/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/332066/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/332066/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/332066/slide-0.jpg 1440w" class="slides-image related-itemImage"> Классификация информационных систем</a></div><div class="related-item"><a href="/informatika/safari-brauzer" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/207315/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/207315/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/207315/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/207315/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/207315/slide-0.jpg 1440w" class="slides-image related-itemImage"> Safari браузері</a></div><div class="related-item"><a href="/informatika/kibersport-i-ego-razvitie" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/585289/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/585289/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/585289/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/585289/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/585289/slide-0.jpg 1440w" class="slides-image related-itemImage"> Киберспорт и его развитие</a></div><div class="related-item"><a href="/informatika/kompyuternaya-grafika-rastrovaya-grafika" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/412692/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/412692/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/412692/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/412692/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/412692/slide-0.jpg 1440w" class="slides-image related-itemImage"> Компьютерная графика. Растровая графика</a></div><div class="related-item"><a href="/informatika/osnovnye-ponyatiya-v-testirovanii-testovye-artefakty-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/246965/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/246965/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/246965/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/246965/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/246965/slide-0.jpg 1440w" class="slides-image related-itemImage"> Основные понятия в тестировании. Тестовые артефакты</a></div><div class="related-item"><a href="/informatika/sposoby-szhatiya-graficheskih-faylov-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/280825/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/280825/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/280825/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/280825/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/280825/slide-0.jpg 1440w" class="slides-image related-itemImage"> Способы сжатия графических файлов</a></div><div class="related-item"><a href="/informatika/tehnologya-stvorennya-saytv-na-mov-programuvannya" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/140427/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/140427/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/140427/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/140427/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/140427/slide-0.jpg 1440w" class="slides-image related-itemImage"> Технологія створення сайтів на мові програмування Java Script</a></div><div class="related-item"><a href="/informatika/osnovnye-ugrozy-informatsionnoy-bezopasnosti" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/253306/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/253306/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/253306/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/253306/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/253306/slide-0.jpg 1440w" class="slides-image related-itemImage"> Основные угрозы информационной безопасности</a></div><div class="related-item"><a href="/informatika/kodirovanie-informatsii-17" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/224541/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/224541/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/224541/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/224541/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/224541/slide-0.jpg 1440w" class="slides-image related-itemImage"> Кодирование информации</a></div><div class="related-item"><a href="/informatika/network-models" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/11472/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/11472/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/11472/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/11472/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/11472/slide-0.jpg 1440w" class="slides-image related-itemImage"> Network Models</a></div><div class="related-item"><a href="/informatika/klassifikatsiya-modeley-po-makarovoy" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/574561/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/574561/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/574561/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/574561/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/574561/slide-0.jpg 1440w" class="slides-image related-itemImage"> Классификация моделей по Макаровой</a></div><div class="related-item"><a href="/informatika/algoritmicheskie-struktury-osnovnye-svedeniya-ob-algoritmah" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/385303/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/385303/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/385303/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/385303/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/385303/slide-0.jpg 1440w" class="slides-image related-itemImage"> Алгоритмические структуры. Основные сведения об алгоритмах</a></div><div class="related-item"><a href="/informatika/informatsionnye-sistemy-dokumentalnye-i-faktograficheskie-is" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/305354/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/305354/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/305354/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/305354/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/305354/slide-0.jpg 1440w" class="slides-image related-itemImage"> Информационные системы. Документальные и фактографические ИС. (Лекция 2)</a></div><div class="related-item"><a href="/informatika/grafikaly-rezhim-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/387000/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/387000/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/387000/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/387000/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/387000/slide-0.jpg 1440w" class="slides-image related-itemImage"> Графикалық режим</a></div><div class="related-item"><a href="/informatika/vstavka-giperssylok-dlya-upravleniya-prezentatsiey-v-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/516264/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/516264/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/516264/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/516264/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/516264/slide-0.jpg 1440w" class="slides-image related-itemImage"> Вставка гиперссылок для управления презентацией в среде программы MS PowerPoint 2010</a></div><div class="related-item"><a href="/informatika/zustrch-lderv" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/425035/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/425035/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/425035/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/425035/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/425035/slide-0.jpg 1440w" class="slides-image related-itemImage"> Зустріч лідерів</a></div><div class="related-item"><a href="/informatika/izmeneniya-v-1suniversitet-prof-dlya-raboty" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/107022/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/107022/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/107022/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/107022/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/107022/slide-0.jpg 1440w" class="slides-image related-itemImage"> Изменения в 1С:Университет ПРОФ для работы в удаленном режиме</a></div><div class="related-item"><a href="/informatika/java-generics-lektsiya-4" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/408545/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/408545/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/408545/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/408545/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/408545/slide-0.jpg 1440w" class="slides-image related-itemImage"> Java Generics. Лекция 4</a></div><div class="related-item"><a href="/informatika/tekstovye-redaktory-i-tekstovye-protsessory-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/613394/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/613394/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/613394/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/613394/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/613394/slide-0.jpg 1440w" class="slides-image related-itemImage"> Текстовые редакторы и текстовые процессоры</a></div><div class="related-item"><a href="/informatika/elektronnye-obrazovatelnye-resursy-novogo-pokoleniya-kak" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/355335/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/355335/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/355335/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/355335/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/355335/slide-0.jpg 1440w" class="slides-image related-itemImage"> Электронные образовательные ресурсы нового поколения как средство повышения мотивации учащихся при изучении алгебры</a></div><div class="related-item"><a href="/informatika/arhtektura--proektuvannya-pz-vrtualna-laboratorya" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/140127/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/140127/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/140127/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/140127/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/140127/slide-0.jpg 1440w" class="slides-image related-itemImage"> Архітектура і проектування ПЗ. Віртуальна лабораторія програмної інженерії</a></div><div class="related-item"><a href="/informatika/evolyutsiya-operatsionnyh-sistem" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/209200/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/209200/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/209200/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/209200/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/209200/slide-0.jpg 1440w" class="slides-image related-itemImage"> Эволюция операционных систем</a></div><div class="related-item"><a href="/informatika/rest-api-3" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/578915/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/578915/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/578915/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/578915/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/578915/slide-0.jpg 1440w" class="slides-image related-itemImage"> Rest API</a></div><div class="related-item"><a href="/informatika/vvedenie-v-programmnuyu-inzheneriyu-cmm-capability" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/421794/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/421794/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/421794/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/421794/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/421794/slide-0.jpg 1440w" class="slides-image related-itemImage"> Введение в программную инженерию. CMM (Capability Maturity Model )</a></div><div class="related-item"><a href="/informatika/programmirovanie-lineynyh-algoritmov-nachala-programmirovaniya-11" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/224549/slide-0.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/224549/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/224549/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/224549/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/224549/slide-0.jpg 1440w" class="slides-image related-itemImage"> Программирование линейных алгоритмов. Начала программирования</a></div><!--]--></div></div></div></div><!--]--><!--]--><!--]--></div></div></main><footer class="footer"><div class="layout"><!----><div class="footer-contacts"><svg class="footer-contactsIcon" viewBox="0 0 27 26" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/images/icons.svg#contacts"></use></svg> Обратная связь</div><!----><div class="footer-contactsEmail"> Email: <span class="footer-contactsShow">Нажмите что бы посмотреть</span></div></div></footer></div><!--]--></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R){return {data:{meta:{result:{meta:{h1:n,main_text:a,main_title:o,main_description:p,main_keywords:q,main_image:a},app:{logo_image:r,logo_image_width:s,logo_image_height:t,logo_text:a,image_width_full:u,image_width_min:v,recaptcha_key:w,yandex_search:x,ya_context:e,banner_1:a,banner_2:a,banner_3:a,banner_4:a,banner_5:a,banner_6:a,banner_7:a,banner_8:a,banner_9:a,banner_10:a,email:y,footer_before:a,footer:a,dark_theme:e,strategy:{image_alt_words:j,item_slide_header:z,item_images:A,item_images_tag:h,item_words_h3:d,item_words_tag:h,item_words_1:k,routing:B,item_slide_skipping:C,item_download_timeout:D,item_slider_width:E,item_show_pdf:d,item_show_contents:d,item_show_filename:d},colors:{header_text:l,header_bg:i,accent:i}},social:F}},item:{result:{id:89574,name:m,category:G,count:H,jpg:"jpg\u002F89574",hits:75,download:b,h1:"HTML. The standard markup language for creating Web pages презентация",meta:{h1:m,title:m,description:"HTML. The standard markup language for creating Web pages презентация на тему, доклад, Информатика",keywords:"HTML. The standard markup language for creating Web pages, презентация, доклад, проект, скачать, на тему, PowerPoint, урок, класс, школа, Информатика",download_link:a},text:"Вы можете изучить и скачать доклад-презентацию на тему Презентация на тему HTML. The standard markup language for creating Web pages из раздела Информатика. Презентация на заданную тему содержит 20 слайдов. Для просмотра воспользуйтесь проигрывателем, если материал оказался полезным для Вас - поделитесь им с друзьями с помощью социальных кнопок и добавьте наш сайт презентаций в закладки!",seo_text:"\u003Cp\u003EHTML stands for Hyper Text Markup Language\u003Cbr\u003EHTML describes the structure of Web pages using markup\u003Cbr\u003EHTML elements are the building blocks of HTML pages\u003Cbr\u003EHTML elements are represented by tags\u003Cbr\u003EHTML tags label pieces of content such as \"heading\",",file:"HTML.-The-standard-markup-language-for-creating-Web-pages.pptx",texts:["\u003Cp\u003EHTML\r\n\u003Cbr\u003E\u003Cp\u003EHTML is the standard markup language for creating Web pages.\u003Cbr\u003E","\u003Cp\u003EHTML stands for Hyper Text Markup Language\u003Cbr\u003EHTML describes the structure of Web pages using markup\u003Cbr\u003EHTML elements are the building blocks of HTML pages\u003Cbr\u003EHTML elements are represented by tags\u003Cbr\u003EHTML tags label pieces of content such as \"heading\", \"paragraph\", \"table\", and so on\u003Cbr\u003EBrowsers do not display the HTML tags, but use them to render the content of the page\u003Cbr\u003E","\u003Cp\u003EA SIMPLE HTML DOCUMENT\r\n\u003Cbr\u003E\u003Cp\u003E\u003C!DOCTYPE html\u003E\r\n\u003Chtml\u003E\r\n\u003Chead\u003E\r\n\u003Ctitle\u003EPage Title\u003C\u002Ftitle\u003E\r\n\u003C\u002Fhead\u003E\r\n\u003Cbody\u003E\r\n\r\n\u003Ch1\u003EMy First Heading\u003C\u002Fh1\u003E\r\n\u003Cp\u003EMy first paragraph.\u003C\u002Fp\u003E\r\n\r\n\u003C\u002Fbody\u003E\r\n\u003C\u002Fhtml\u003E\u003Cbr\u003E","\u003Cp\u003EEXAMPLE EXPLAINED\r\n\u003Cbr\u003EThe \u003C!DOCTYPE html\u003E declaration defines this document to be HTML5\u003Cbr\u003EThe \u003Chtml\u003E element is the root element of an HTML page\u003Cbr\u003EThe \u003Chead\u003E element contains meta information about the document\u003Cbr\u003EThe \u003Ctitle\u003E element specifies a title for the document\u003Cbr\u003EThe \u003Cbody\u003E element contains the visible page content\u003Cbr\u003EThe \u003Ch1\u003E element defines a large heading\u003Cbr\u003EThe \u003Cp\u003E element defines a paragraph\u003Cbr\u003E","\u003Cp\u003EHTML TAGS\r\n\u003Cbr\u003E\u003Cp\u003EHTML tags are element names surrounded by angle brackets:\u003Cbr\u003E\u003Ctagname\u003Econtent goes here...\u003C\u002Ftagname\u003E\u003Cbr\u003EHTML tags normally come in pairs like \u003Cp\u003E and \u003C\u002Fp\u003E\u003Cbr\u003EThe first tag in a pair is the start tag, the second tag is the end tag\u003Cbr\u003EThe end tag is written like the start tag, but with a forward slash inserted before the tag name\u003Cbr\u003ETip: The start tag is also called the opening tag, and the end tag the closing tag.\u003Cbr\u003E","\u003Cp\u003EWEB BROWSERS\r\n\u003Cbr\u003E\u003Cp\u003EThe purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.\u003Cbr\u003EThe browser does not display the HTML tags, but uses them to determine how to display the document:\u003Cbr\u003E","\u003Cp\u003EHTML PAGE STRUCTURE\r\n\u003Cbr\u003E\u003Cp\u003EBelow is a visualization of an HTML page structure:\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003ENote: Only the content inside the \u003Cbody\u003E section (the white area above) is displayed in a browser.\u003Cbr\u003E","\u003Cp\u003ETHE \u003C!DOCTYPE\u003E DECLARATION\r\n\u003Cbr\u003E\u003Cp\u003EThe \u003C!DOCTYPE\u003E declaration represents the document type, and helps browsers to display web pages correctly.\u003Cbr\u003EIt must only appear once, at the top of the page (before any HTML tags).\u003Cbr\u003EThe \u003C!DOCTYPE\u003E declaration is not case sensitive.\u003Cbr\u003EThe \u003C!DOCTYPE\u003E declaration for HTML is:\u003Cbr\u003E","\u003Cp\u003EHTML VERSIONS\r\n\u003Cbr\u003E\u003Cp\u003ESince the early days of the web, there have been many versions of HTML:\u003Cbr\u003E\u003Cbr\u003E","\u003Cp\u003EHTML EDITORS\r\nWRITE HTML USING NOTEPAD OR TEXTEDIT\r\n\u003Cbr\u003E\u003Cp\u003EWeb pages can be created and modified by using professional HTML editors.\u003Cbr\u003EHowever, for learning HTML usually recommend a simple text editor like Notepad (PC) or TextEdit (Mac).\u003Cbr\u003EUsing a simple text editor is a good way to learn HTML.\u003Cbr\u003EFollow the four steps below to create your first web page with Notepad or TextEdit.\u003Cbr\u003E","\u003Cp\u003EStep 1: Open Notepad (PC)\u003Cbr\u003EWindows 8 or later:\u003Cbr\u003EOpen the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.\u003Cbr\u003EWindows 7 or earlier:\u003Cbr\u003EOpen Start \u003E Programs \u003E Accessories \u003E Notepad\u003Cbr\u003EStep 2: Write Some HTML\u003Cbr\u003EWrite or copy some HTML into Notepad.\u003Cbr\u003E","\u003Cp\u003EStep 3: Save the HTML Page\u003Cbr\u003ESave the file on your computer. Select File \u003E Save as in the Notepad menu.\u003Cbr\u003EName the file \"index.htm\" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003EYou can use either .htm or .html as file extension. There is no difference, it is up to you.\u003Cbr\u003E\u003Cbr\u003E","\u003Cp\u003EStep 4: View the HTML Page in Your Browser\u003Cbr\u003EOpen the saved HTML file in your favorite browser (double click on the file, or right-click - and choose \"Open with\").\u003Cbr\u003EThe result will look much like this:\u003Cbr\u003E\r\n\u003Cbr\u003E","\u003Cp\u003EHTML DOCUMENTS\r\n\u003Cbr\u003E\u003Cp\u003EAll HTML documents must start with a document type declaration: \u003C!DOCTYPE html\u003E.\u003Cbr\u003EThe HTML document itself begins with \u003Chtml\u003E and ends with \u003C\u002Fhtml\u003E.\u003Cbr\u003EThe visible part of the HTML document is between \u003Cbody\u003E and \u003C\u002Fbody\u003E.\u003Cbr\u003EExample\u003Cbr\u003E\u003C!DOCTYPE html\u003E\r\n\u003Chtml\u003E\r\n\u003Cbody\u003E\r\n\r\n\u003Ch1\u003EMy First Heading\u003C\u002Fh1\u003E\r\n\u003Cp\u003EMy first paragraph.\u003C\u002Fp\u003E\r\n\r\n\u003C\u002Fbody\u003E\r\n\u003C\u002Fhtml\u003E\u003Cbr\u003ETry yourself\u003Cbr\u003E","\u003Cp\u003EHTML BASIC EXAMPLES\u003Cbr\u003E\u003Cp\u003EHTML Documents\u003Cbr\u003EAll HTML documents must start with a document type declaration: \u003C!DOCTYPE html\u003E.\u003Cbr\u003EThe HTML document itself begins with \u003Chtml\u003E and ends with \u003C\u002Fhtml\u003E.\u003Cbr\u003EThe visible part of the HTML document is between \u003Cbody\u003E and \u003C\u002Fbody\u003E.\u003Cbr\u003EExample:\u003Cbr\u003E","\u003Cp\u003EHTML HEADINGS\r\n\u003Cbr\u003E\u003Cp\u003EHTML headings are defined with the \u003Ch1\u003E to \u003Ch6\u003E tags.\u003Cbr\u003E\u003Ch1\u003E defines the most important heading. \u003Ch6\u003E defines the least important heading: \u003Cbr\u003EExample\u003Cbr\u003E","\u003Cp\u003EHTML PARAGRAPHS\r\n\u003Cbr\u003E\u003Cp\u003EHTML paragraphs are defined with the \u003Cp\u003E tag:\u003Cbr\u003EExample\u003Cbr\u003E","\u003Cp\u003EHTML LINKS\r\n\u003Cbr\u003E\u003Cp\u003EHTML links are defined with the \u003Ca\u003E tag:\u003Cbr\u003EExample\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003EThe link's destination is specified in the href attribute. \u003Cbr\u003EAttributes are used to provide additional information about HTML elements.\u003Cbr\u003E\u003Cbr\u003E","\u003Cp\u003EHTML IMAGES\r\n\u003Cbr\u003E\u003Cp\u003EHTML images are defined with the \u003Cimg\u003E tag.\u003Cbr\u003EThe source file (src), alternative text (alt), width, and height are provided as attributes:\u003Cbr\u003EExample\u003Cbr\u003E","\u003Cp\u003EWhat is HTML?\u003Cbr\u003Elist the properties of HTML.\u003Cbr\u003EWhat are HTML Tags? \u003Cbr\u003ETell about HTML Tags more.\u003Cbr\u003EWhat are Web Browsers?\u003Cbr\u003EWhat is HTML Page Structure?\u003Cbr\u003EWhat are HTML Editors?\u003Cbr\u003EWhat are HTML Headings?\u003Cbr\u003EWhat are HTML Paragraphs?\u003Cbr\u003EWhat are HTML Links?\u003Cbr\u003EWhat are HTML Images?\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cbr\u003E"],href:"\u002Finformatika\u002Fhtml-the-standard-markup-language-for",href_category:"\u002Finformatika",date:1627389443,related:[{id:20247,name:"Платформа ArcGIS",href:"\u002Finformatika\u002Fplatforma-arcgis",jpg:"jpg\u002F20247"},{id:152228,name:"Алгебра логики. Основные понятия",href:"\u002Finformatika\u002Falgebra-logiki-osnovnye-ponyatiya",jpg:"jpg\u002F152228"},{id:579683,name:"Методика обучения информатике в школе с использованием образовательных онлайн платформ",href:"\u002Finformatika\u002Fmetodika-obucheniya-informatike-v-shkole-s",jpg:"jpg\u002F579683"},{id:332066,name:"Классификация информационных систем",href:"\u002Finformatika\u002Fklassifikatsiya-informatsionnyh-sistem-7",jpg:"jpg\u002F332066"},{id:207315,name:"Safari браузері",href:"\u002Finformatika\u002Fsafari-brauzer",jpg:"jpg\u002F207315"},{id:585289,name:"Киберспорт и его развитие",href:"\u002Finformatika\u002Fkibersport-i-ego-razvitie",jpg:"jpg\u002F585289"},{id:412692,name:"Компьютерная графика. Растровая графика",href:"\u002Finformatika\u002Fkompyuternaya-grafika-rastrovaya-grafika",jpg:"jpg\u002F412692"},{id:246965,name:"Основные понятия в тестировании. Тестовые артефакты",href:"\u002Finformatika\u002Fosnovnye-ponyatiya-v-testirovanii-testovye-artefakty-1",jpg:"jpg\u002F246965"},{id:280825,name:"Способы сжатия графических файлов",href:"\u002Finformatika\u002Fsposoby-szhatiya-graficheskih-faylov-1",jpg:"jpg\u002F280825"},{id:140427,name:"Технологія створення сайтів на мові програмування Java Script",href:"\u002Finformatika\u002Ftehnologya-stvorennya-saytv-na-mov-programuvannya",jpg:"jpg\u002F140427"},{id:253306,name:"Основные угрозы информационной безопасности",href:"\u002Finformatika\u002Fosnovnye-ugrozy-informatsionnoy-bezopasnosti",jpg:"jpg\u002F253306"},{id:224541,name:"Кодирование информации",href:"\u002Finformatika\u002Fkodirovanie-informatsii-17",jpg:"jpg\u002F224541"},{id:11472,name:"Network Models",href:"\u002Finformatika\u002Fnetwork-models",jpg:"jpg\u002F11472"},{id:574561,name:"Классификация моделей по Макаровой",href:"\u002Finformatika\u002Fklassifikatsiya-modeley-po-makarovoy",jpg:"jpg\u002F574561"},{id:385303,name:"Алгоритмические структуры. Основные сведения об алгоритмах",href:"\u002Finformatika\u002Falgoritmicheskie-struktury-osnovnye-svedeniya-ob-algoritmah",jpg:"jpg\u002F385303"},{id:305354,name:"Информационные системы. Документальные и фактографические ИС. (Лекция 2)",href:"\u002Finformatika\u002Finformatsionnye-sistemy-dokumentalnye-i-faktograficheskie-is",jpg:"jpg\u002F305354"},{id:387000,name:"Графикалық режим",href:"\u002Finformatika\u002Fgrafikaly-rezhim-1",jpg:"jpg\u002F387000"},{id:516264,name:"Вставка гиперссылок для управления презентацией в среде программы MS PowerPoint 2010",href:"\u002Finformatika\u002Fvstavka-giperssylok-dlya-upravleniya-prezentatsiey-v-1",jpg:"jpg\u002F516264"},{id:425035,name:"Зустріч лідерів",href:"\u002Finformatika\u002Fzustrch-lderv",jpg:"jpg\u002F425035"},{id:107022,name:"Изменения в 1С:Университет ПРОФ для работы в удаленном режиме",href:"\u002Finformatika\u002Fizmeneniya-v-1suniversitet-prof-dlya-raboty",jpg:"jpg\u002F107022"},{id:408545,name:"Java Generics. Лекция 4",href:"\u002Finformatika\u002Fjava-generics-lektsiya-4",jpg:"jpg\u002F408545"},{id:613394,name:"Текстовые редакторы и текстовые процессоры",href:"\u002Finformatika\u002Ftekstovye-redaktory-i-tekstovye-protsessory-1",jpg:"jpg\u002F613394"},{id:355335,name:"Электронные образовательные ресурсы нового поколения как средство повышения мотивации учащихся при изучении алгебры",href:"\u002Finformatika\u002Felektronnye-obrazovatelnye-resursy-novogo-pokoleniya-kak",jpg:"jpg\u002F355335"},{id:140127,name:"Архітектура і проектування ПЗ. Віртуальна лабораторія програмної інженерії",href:"\u002Finformatika\u002Farhtektura--proektuvannya-pz-vrtualna-laboratorya",jpg:"jpg\u002F140127"},{id:209200,name:"Эволюция операционных систем",href:"\u002Finformatika\u002Fevolyutsiya-operatsionnyh-sistem",jpg:"jpg\u002F209200"},{id:578915,name:"Rest API",href:"\u002Finformatika\u002Frest-api-3",jpg:"jpg\u002F578915"},{id:421794,name:"Введение в программную инженерию. CMM (Capability Maturity Model )",href:"\u002Finformatika\u002Fvvedenie-v-programmnuyu-inzheneriyu-cmm-capability",jpg:"jpg\u002F421794"},{id:224549,name:"Программирование линейных алгоритмов. Начала программирования",href:"\u002Finformatika\u002Fprogrammirovanie-lineynyh-algoritmov-nachala-programmirovaniya-11",jpg:"jpg\u002F224549"}],navigation:{next:"\u002Finformatika\u002Fsoftware-development-life-cycle-and-methodologies",next_name:"Software Development Life Cycle and Methodologies",prev:"\u002Funcategorized\u002Fkonstruktsiya-skvazhin-2",prev_name:"Конструкция скважин"}}},categories:{result:[{id:I,ordering:b,name:"Без категории",pseudoname:"uncategorized"},{id:144,ordering:b,name:"Бизнес",pseudoname:"biznes"},{id:146,ordering:b,name:"Образование",pseudoname:"obrazovanie"},{id:149,ordering:b,name:"Финансы",pseudoname:"finansy"},{id:150,ordering:b,name:"Государство",pseudoname:"gosudarstvo"},{id:152,ordering:b,name:"Спорт",pseudoname:"sport"},{id:154,ordering:b,name:"Армия",pseudoname:"armiya"},{id:156,ordering:b,name:"Культурология",pseudoname:"kulturologiya"},{id:157,ordering:b,name:"Еда и кулинария",pseudoname:"eda-i-kulinariya"},{id:158,ordering:b,name:"Лингвистика",pseudoname:"lingvistika"},{id:163,ordering:b,name:"Черчение",pseudoname:"cherchenie"},{id:164,ordering:b,name:"Физкультура",pseudoname:"fizkultura"},{id:165,ordering:b,name:"ИЗО",pseudoname:"izo"},{id:166,ordering:b,name:"Психология",pseudoname:"psihologiya"},{id:116,ordering:I,name:"Английский язык",pseudoname:"angliyskiy-yazyk"},{id:108,ordering:2,name:"Астрономия",pseudoname:"astronomiya"},{id:104,ordering:3,name:"Алгебра",pseudoname:"algebra"},{id:106,ordering:4,name:"Биология",pseudoname:"biologiya"},{id:142,ordering:5,name:"География",pseudoname:"geografiya"},{id:141,ordering:6,name:"Геометрия",pseudoname:"geometria"},{id:123,ordering:7,name:"Детские презентации",pseudoname:"detskie-prezentatsii"},{id:107,ordering:8,name:G,pseudoname:"informatika"},{id:109,ordering:9,name:"История",pseudoname:"istoriya"},{id:139,ordering:j,name:"Литература",pseudoname:"literatura"},{id:119,ordering:k,name:"Маркетинг",pseudoname:"marketing"},{id:114,ordering:12,name:"Математика",pseudoname:"matematika"},{id:138,ordering:13,name:"Медицина",pseudoname:"medetsina"},{id:118,ordering:14,name:"Менеджмент",pseudoname:"menedzhment"},{id:137,ordering:15,name:"Музыка",pseudoname:"muzyka"},{id:136,ordering:16,name:"МХК",pseudoname:"mhk"},{id:130,ordering:17,name:"Немецкий язык",pseudoname:"nemetskiy-yazyk"},{id:105,ordering:18,name:"ОБЖ",pseudoname:"obzh"},{id:133,ordering:19,name:"Обществознание ",pseudoname:"obshchestvoznanie"},{id:132,ordering:H,name:"Окружающий мир ",pseudoname:"okruzhayushchiy-mir"},{id:131,ordering:21,name:"Педагогика ",pseudoname:"pedagogika"},{id:129,ordering:22,name:"Русский язык",pseudoname:"russkiy-yazyk"},{id:128,ordering:24,name:"Технология",pseudoname:"tehnologiya"},{id:127,ordering:25,name:"Физика",pseudoname:"fizika"},{id:126,ordering:26,name:"Философия",pseudoname:"filosofiya"},{id:125,ordering:27,name:"Химия",pseudoname:"himiya"},{id:124,ordering:29,name:"Экология",pseudoname:"ekologiya"},{id:121,ordering:30,name:"Экономика",pseudoname:"ekonomika"},{id:120,ordering:31,name:"Юриспруденция",pseudoname:"yurisprudentsiya"}]}},state:{},_errors:{},serverRendered:d,config:{public:{SITE_NAME:J,SITE_HOST:"mypreza.com",SITE_LANG:K,API_BASE_URL:"https:\u002F\u002Fmypreza.com\u002Fapi\u002F",pwaManifest:{name:J,short_name:a,description:a,lang:K,start_url:"\u002F?standalone=true",display:"standalone",background_color:l,theme_color:"#000000",icons:[{src:"\u002F_nuxt\u002Ficons\u002F64x64.f2a6e93d.png",type:c,sizes:L,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F64x64.maskable.f2a6e93d.png",type:c,sizes:L,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F120x120.f2a6e93d.png",type:c,sizes:M,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F120x120.maskable.f2a6e93d.png",type:c,sizes:M,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F144x144.f2a6e93d.png",type:c,sizes:N,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F144x144.maskable.f2a6e93d.png",type:c,sizes:N,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F152x152.f2a6e93d.png",type:c,sizes:O,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F152x152.maskable.f2a6e93d.png",type:c,sizes:O,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F192x192.f2a6e93d.png",type:c,sizes:P,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F192x192.maskable.f2a6e93d.png",type:c,sizes:P,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F384x384.f2a6e93d.png",type:c,sizes:Q,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F384x384.maskable.f2a6e93d.png",type:c,sizes:Q,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F512x512.f2a6e93d.png",type:c,sizes:R,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F512x512.maskable.f2a6e93d.png",type:c,sizes:R,purpose:g}]},yandexMetrika:{id:"85004146",metrikaUrl:"https:\u002F\u002Fmc.yandex.ru\u002Fmetrika\u002Ftag.js",accurateTrackBounce:d,childIframe:e,clickmap:e,defer:e,useRuntimeConfig:d,trackHash:e,trackLinks:d,type:b,webvisor:e,triggerEvent:e,consoleLog:d,partytown:e,isDev:e}},app:{baseURL:"\u002F",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:a}},pinia:{app:{meta:{h1:n,main_text:a,main_title:o,main_description:p,main_keywords:q,main_image:a},app:{logo_image:r,logo_image_width:s,logo_image_height:t,logo_text:a,image_width_full:u,image_width_min:v,recaptcha_key:w,yandex_search:x,ya_context:e,banner_1:a,banner_2:a,banner_3:a,banner_4:a,banner_5:a,banner_6:a,banner_7:a,banner_8:a,banner_9:a,banner_10:a,email:y,footer_before:a,footer:a,dark_theme:e,strategy:{image_alt_words:j,item_slide_header:z,item_images:A,item_images_tag:h,item_words_h3:d,item_words_tag:h,item_words_1:k,routing:B,item_slide_skipping:C,item_download_timeout:D,item_slider_width:E,item_show_pdf:d,item_show_contents:d,item_show_filename:d},colors:{header_text:l,header_bg:i,accent:i}},social:F,token:a}}}}("",0,"image\u002Fpng",true,false,"any","maskable","h2","#d53032",10,11,"#ffffff","HTML. The standard markup language for creating Web pages","Учебные презентации","Презентации в PowerPoint на разные темы","Презентации, проекты, доклады в PowerPoint на разные темы для учебы","Презентация, на тему, урок, класс, PowerPoint, скачати презентацію, фон, шаблон, доклад, проект.","images\u002Fdata\u002Flogo.png",185,40,720,480,"6LeioWIpAAAAAGqMN4KqMVIkekcMW7fBKHjXCd-a","2503267","mypreza@ya.ru","div","images_before","category","both",88,800,"\u003Cscript src=\"\u002F\u002Fyastatic.net\u002Fes5-shims\u002F0.0.2\u002Fes5-shims.min.js\"\u003E\u003C\u002Fscript\u003E\r\n\u003Cscript src=\"\u002F\u002Fyastatic.net\u002Fshare2\u002Fshare.js\"\u003E\u003C\u002Fscript\u003E\r\n\u003Cdiv class=\"ya-share2\" data-services=\"collections,gplus,vkontakte,facebook,odnoklassniki,gplus,twitter,moimir\" data-counter=\"\"\u003E\u003C\u002Fdiv\u003E","Информатика",20,1,"Mypreza","ru","64x64","120x120","144x144","152x152","192x192","384x384","512x512"))</script><script type="module" src="/_nuxt/entry.0d6add34.js" crossorigin></script></body> </html>