HTML. The standard markup language for creating Web pages

Содержание

Слайд 2

HTML stands for Hyper Text Markup Language HTML describes the structure

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 The

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/1363858/slide-4.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML TAGS HTML tags are element names surrounded by angle brackets:" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-4.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-4.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-4.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-5.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="WEB BROWSERS The purpose of a web browser (Chrome, IE, Firefox," loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-5.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-5.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-5.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-6.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML PAGE STRUCTURE Below is a visualization of an HTML page" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-6.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-6.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-6.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-7.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="THE DECLARATION The declaration represents the document type, and helps browsers" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-7.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-7.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-7.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/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/1363858/slide-8.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-8.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-8.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-9.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML EDITORS WRITE HTML USING NOTEPAD OR TEXTEDIT Web pages can" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-9.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-9.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-9.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-10.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="Step 1: Open Notepad (PC) Windows 8 or later: Open the" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-10.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-10.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-10.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-11.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="Step 3: Save the HTML Page Save the file on your" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-11.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-11.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-11.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-12.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="Step 4: View the HTML Page in Your Browser Open the" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-12.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-12.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-12.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-13.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML DOCUMENTS All HTML documents must start with a document type" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-13.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-13.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-13.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-14.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML BASIC EXAMPLES HTML Documents All HTML documents must start with" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-14.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-14.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-14.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-15.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML HEADINGS HTML headings are defined with the to tags. defines" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-15.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-15.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-15.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/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/1363858/slide-16.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-16.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-16.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-17.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML LINKS HTML links are defined with the tag: Example The" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-17.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-17.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-17.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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/1363858/slide-18.jpg" onerror="this.setAttribute('data-error', 1)" width="720" height="540" alt="HTML IMAGES HTML images are defined with the tag. The source" loading="eager" data-nuxt-img sizes="(max-width: 1024px) 480px, 720px" srcset="/_ipx/f_webp&q_80&fit_contain&s_480x360/imagesDir/jpg/1363858/slide-18.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1363858/slide-18.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1363858/slide-18.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1363858/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"><!----><button class="download-btn" type="submit">Скачать</button><!----></form><div class="navigation"><div class="navigation-item"><div>- Предыдущая</div><a href="/algebra/moya-budushhaya-professiya-programmist" class="navigation-link">Моя будущая профессия программист</a></div><div class="navigation-item"><div>Следующая -</div><a href="/algebra/algoritmicheskie-yazyki-i-programmirovanie-1" class="navigation-link">Алгоритмические языки и программирование</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="/algebra/moulyubomirovskaya-sosh-tavricheskogo-municipalnogo-rajona-omskoj-oblasti-masterklass-formy-i-metody-raboty-s-uchashhimisya-imeyu-d1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1221118/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/1221118/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1221118/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1221118/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1221118/slide-0.jpg 1440w" class="slides-image related-itemImage"> МОУ«Любомировская СОШ» Таврического муниципального района Омской области Мастер-класс «Формы и методы работы с учащимися, имею</a></div><div class="related-item"><a href="/algebra/indijskij-tanec" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1390394/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/1390394/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1390394/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1390394/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1390394/slide-0.jpg 1440w" class="slides-image related-itemImage"> Індійський танець</a></div><div class="related-item"><a href="/algebra/obshhestvennye-prostranstva-2018" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1371980/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/1371980/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1371980/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1371980/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1371980/slide-0.jpg 1440w" class="slides-image related-itemImage"> Общественные пространства - 2018</a></div><div class="related-item"><a href="/algebra/politicheskaya-elita-14" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1487371/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/1487371/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1487371/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1487371/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1487371/slide-0.jpg 1440w" class="slides-image related-itemImage"> Политическая элита</a></div><div class="related-item"><a href="/algebra/53168-prezentaciya-quotxram-xrista-spasitelyaquot--skachat-prezentacii-po-mxk" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1179875/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/1179875/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1179875/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1179875/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1179875/slide-0.jpg 1440w" class="slides-image related-itemImage"> Презентация "Храм Христа Спасителя" - скачать презентации по МХК</a></div><div class="related-item"><a href="/algebra/listy-stilej-xml-v-java-lekciya-11" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1366213/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/1366213/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1366213/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1366213/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1366213/slide-0.jpg 1440w" class="slides-image related-itemImage"> Листы стилей XML в Java. (Лекция 11)</a></div><div class="related-item"><a href="/algebra/urok-literaturnogo-chteniya-4-klass-prezentaciyu-vypolnila-uchitel-nachalnyx-klassov-mou-gimnazii-3-ggryazi-kobzeva-lyudmila-stanis-d0" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1212474/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/1212474/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1212474/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1212474/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1212474/slide-0.jpg 1440w" class="slides-image related-itemImage"> Урок литературного чтения 4 класс Презентацию выполнила учитель начальных классов МОУ гимназии №3 г.Грязи Кобзева Людмила Станис</a></div><div class="related-item"><a href="/algebra/oxrannaya-sistema" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1472780/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/1472780/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1472780/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1472780/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1472780/slide-0.jpg 1440w" class="slides-image related-itemImage"> Охранная система</a></div><div class="related-item"><a href="/algebra/provedenie-peregovorov" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1305865/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/1305865/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1305865/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1305865/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1305865/slide-0.jpg 1440w" class="slides-image related-itemImage"> Проведение переговоров</a></div><div class="related-item"><a href="/algebra/mezhdunarodnyj-rynok-tovarov-i-uslug" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1293727/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/1293727/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1293727/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1293727/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1293727/slide-0.jpg 1440w" class="slides-image related-itemImage"> международный рынок товаров и услуг</a></div><div class="related-item"><a href="/algebra/chem-segodnya-lechat-virusnye-zabolevaniya-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1256146/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/1256146/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1256146/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1256146/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1256146/slide-0.jpg 1440w" class="slides-image related-itemImage"> Чем сегодня лечат вирусные заболевания? </a></div><div class="related-item"><a href="/algebra/vikoristannya-faylovo-sistemi-funkc-y-simvolynogo-vvedennya-vivedennya-u-suchasnih-operac-ynih-seredovischah-lekc-ya-3-" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1367946/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/1367946/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1367946/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1367946/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1367946/slide-0.jpg 1440w" class="slides-image related-itemImage"> Використання файлової системи і функцій символьного введення/виведення у сучасних операційних середовищах (Лекція № 3)</a></div><div class="related-item"><a href="/algebra/tarma-talu-algoritmder-n-programmalau-2" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1364443/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/1364443/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1364443/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1364443/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1364443/slide-0.jpg 1440w" class="slides-image related-itemImage"> Тармақталу алгоритмдерін программалау</a></div><div class="related-item"><a href="/algebra/gegenstand-der-morphologie-grundbegriffe-und-einheiten-der-morphologie" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1329514/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/1329514/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1329514/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1329514/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1329514/slide-0.jpg 1440w" class="slides-image related-itemImage"> Gegenstand der Morphologie. Grundbegriffe und Einheiten der Morphologie</a></div><div class="related-item"><a href="/algebra/prezentaciya-quotgeroi-i-zashhitniki-otechestva-igraquot--skachat-prezentacii-po-mxk" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1274699/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/1274699/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1274699/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1274699/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1274699/slide-0.jpg 1440w" class="slides-image related-itemImage"> Презентация "Герои и защитники Отечества. Игра" - скачать презентации по МХК</a></div><div class="related-item"><a href="/algebra/intellektualnaya-igra-dlya-uchashhixsya-34-klassov--bitva-eruditov--" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1179769/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/1179769/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1179769/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1179769/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1179769/slide-0.jpg 1440w" class="slides-image related-itemImage"> Интеллектуальная игра для учащихся 3-4 классов “Битва эрудитов ”</a></div><div class="related-item"><a href="/algebra/olimpijskie-igry-drevnej-grecii-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1332942/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/1332942/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1332942/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1332942/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1332942/slide-0.jpg 1440w" class="slides-image related-itemImage"> Олимпийские игры Древней Греции</a></div><div class="related-item"><a href="/algebra/preemstvennost-v-vospitanii-soznatelnoj-discipliny-doshkolnika-i-mladshego-shkolnika-aktualnost-problemy-i-neobxodimos-d1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1206895/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/1206895/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1206895/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1206895/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1206895/slide-0.jpg 1440w" class="slides-image related-itemImage"> «Преемственность в воспитании сознательной дисциплины дошкольника и младшего школьника». Актуальность проблемы и необходимос</a></div><div class="related-item"><a href="/algebra/bloki-pamyati-mps" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1302552/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/1302552/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1302552/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1302552/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1302552/slide-0.jpg 1440w" class="slides-image related-itemImage"> БЛОКИ ПАМЯТИ МПС</a></div><div class="related-item"><a href="/algebra/ms-access-vs-ms-excel-ghat-tip-n-any-tau" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1362439/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/1362439/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1362439/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1362439/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1362439/slide-0.jpg 1440w" class="slides-image related-itemImage"> MS Access vs MS Excel. Құжат типін анықтау</a></div><div class="related-item"><a href="/algebra/lyubov-zemnaya-i-nebesnaya-duxovnonravstvennye-osnovy-vzaimootnoshenij-muzhchiny-i-zhenshhiny" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1347205/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/1347205/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1347205/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1347205/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1347205/slide-0.jpg 1440w" class="slides-image related-itemImage"> Любовь земная и небесная. Духовно-нравственные основы взаимоотношений мужчины и женщины</a></div><div class="related-item"><a href="/algebra/prezentaciya-po-algebre-raznost-kvadratov-7-klass" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1235313/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/1235313/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1235313/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1235313/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1235313/slide-0.jpg 1440w" class="slides-image related-itemImage"> Презентация по алгебре Разность квадратов 7 класс </a></div><div class="related-item"><a href="/algebra/strategicheskoe-upravlenie-v-obrazovanii" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1335324/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/1335324/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1335324/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1335324/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1335324/slide-0.jpg 1440w" class="slides-image related-itemImage"> Стратегическое управление в образовании</a></div><div class="related-item"><a href="/algebra/prezentaciya-na-temu-quotzhenshhiny-vrachi-rossiiquot--skachat-prezentacii-po-medicine" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1266497/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/1266497/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1266497/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1266497/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1266497/slide-0.jpg 1440w" class="slides-image related-itemImage"> Презентация на тему "Женщины врачи России" - скачать презентации по Медицине</a></div><div class="related-item"><a href="/algebra/fitnes-1" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1453876/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/1453876/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1453876/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1453876/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1453876/slide-0.jpg 1440w" class="slides-image related-itemImage"> Фитнес</a></div><div class="related-item"><a href="/algebra/samyuel-finli-briz-morze" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1311493/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/1311493/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1311493/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1311493/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1311493/slide-0.jpg 1440w" class="slides-image related-itemImage"> Самюэл Финли Бриз Морзе</a></div><div class="related-item"><a href="/algebra/udivitelnye-zametki-o-sporte-v-nashej-shkole" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1356462/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/1356462/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1356462/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1356462/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1356462/slide-0.jpg 1440w" class="slides-image related-itemImage"> Удивительные заметки о спорте в нашей школе</a></div><div class="related-item"><a href="/algebra/ocenka-gidrogeologicheskix-uslovij-uchastka-po-karte-gidroizogips" class="related-itemLink"><img src="/_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1303385/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/1303385/slide-0.jpg 480w, /_ipx/f_webp&q_80&fit_contain&s_720x540/imagesDir/jpg/1303385/slide-0.jpg 720w, /_ipx/f_webp&q_80&fit_contain&s_960x720/imagesDir/jpg/1303385/slide-0.jpg 960w, /_ipx/f_webp&q_80&fit_contain&s_1440x1080/imagesDir/jpg/1303385/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-text">Вы можете прислать нам Вашу презентацию и мы опубликуем ее на сайте.</div><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-text"><a href="/page/dlyapravoobladatelei">Для правообладателей</a></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:k,main_text:a,main_title:l,main_description:m,main_keywords:n,main_image:a},app:{logo_image:a,logo_image_width:o,logo_image_height:p,logo_text:q,image_width_full:r,image_width_min:s,recaptcha_key:t,yandex_search:u,ya_context:d,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:v,footer_before:w,footer:x,dark_theme:d,strategy:{image_alt_words:h,item_slide_header:y,item_images:z,item_images_tag:i,item_words_h3:d,item_words_tag:i,item_words_1:h,routing:A,item_slide_skipping:B,item_download_timeout:C},colors:{header_text:j,header_bg:D,accent:E}},social:F}},item:{result:{id:1363858,name:"HTML. The standard markup language for creating Web pages",category:"Алгебра",count:G,jpg:"jpg\u002F1363858",hits:H,download:3,h1:a,meta:{h1:"HTML. The standard markup language for creating Web pages ",title:"HTML. The standard markup language for creating Web pages презентация",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:"\u003Cp style=\"text-align: justify;\" \u002F\u003EПрезентация на тему HTML. The standard markup language for creating Web pages, из раздела: Алгебра.  Презентацию в формате PowerPoint (pptx) можно скачать внизу страницы, поделившись ссылкой в социальных сетях! Презентации взяты из открытого доступа или загружены их авторами, администрация сайта не отвечает за достоверность информации в них. Все права принадлежат авторам материалов: \u003Ca href=\"politika-zashchity-avtorskih-prav\"\u003EПолитика защиты авторских прав\u003C\u002Fa\u003E",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\", \"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\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",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:"\u002Falgebra\u002Fhtml-the-standard-markup-language-for-creating-web-pages",href_category:"\u002Falgebra",date:1662511053,related:[{id:1221118,name:"МОУ«Любомировская СОШ» Таврического муниципального района Омской области Мастер-класс «Формы и методы работы с учащимися, имею",href:"\u002Falgebra\u002Fmoulyubomirovskaya-sosh-tavricheskogo-municipalnogo-rajona-omskoj-oblasti-masterklass-formy-i-metody-raboty-s-uchashhimisya-imeyu-d1",jpg:"jpg\u002F1221118"},{id:1390394,name:"Індійський танець",href:"\u002Falgebra\u002Findijskij-tanec",jpg:"jpg\u002F1390394"},{id:1371980,name:"Общественные пространства - 2018",href:"\u002Falgebra\u002Fobshhestvennye-prostranstva-2018",jpg:"jpg\u002F1371980"},{id:1487371,name:"Политическая элита",href:"\u002Falgebra\u002Fpoliticheskaya-elita-14",jpg:"jpg\u002F1487371"},{id:1179875,name:"Презентация \"Храм Христа Спасителя\" - скачать презентации по МХК",href:"\u002Falgebra\u002F53168-prezentaciya-quotxram-xrista-spasitelyaquot--skachat-prezentacii-po-mxk",jpg:"jpg\u002F1179875"},{id:1366213,name:"Листы стилей XML в Java. (Лекция 11)",href:"\u002Falgebra\u002Flisty-stilej-xml-v-java-lekciya-11",jpg:"jpg\u002F1366213"},{id:1212474,name:"Урок литературного чтения 4 класс Презентацию выполнила учитель начальных классов МОУ гимназии №3 г.Грязи Кобзева Людмила Станис",href:"\u002Falgebra\u002Furok-literaturnogo-chteniya-4-klass-prezentaciyu-vypolnila-uchitel-nachalnyx-klassov-mou-gimnazii-3-ggryazi-kobzeva-lyudmila-stanis-d0",jpg:"jpg\u002F1212474"},{id:1472780,name:"Охранная система",href:"\u002Falgebra\u002Foxrannaya-sistema",jpg:"jpg\u002F1472780"},{id:1305865,name:"Проведение переговоров",href:"\u002Falgebra\u002Fprovedenie-peregovorov",jpg:"jpg\u002F1305865"},{id:1293727,name:"международный рынок товаров и услуг",href:"\u002Falgebra\u002Fmezhdunarodnyj-rynok-tovarov-i-uslug",jpg:"jpg\u002F1293727"},{id:1256146,name:" \r\n Чем сегодня лечат вирусные заболевания? ",href:"\u002Falgebra\u002Fchem-segodnya-lechat-virusnye-zabolevaniya-1",jpg:"jpg\u002F1256146"},{id:1367946,name:"Використання файлової системи і функцій символьного введення\u002Fвиведення у сучасних операційних середовищах (Лекція № 3)",href:"\u002Falgebra\u002Fvikoristannya-faylovo-sistemi-funkc-y-simvolynogo-vvedennya-vivedennya-u-suchasnih-operac-ynih-seredovischah-lekc-ya-3-",jpg:"jpg\u002F1367946"},{id:1364443,name:"Тармақталу алгоритмдерін программалау",href:"\u002Falgebra\u002Ftarma-talu-algoritmder-n-programmalau-2",jpg:"jpg\u002F1364443"},{id:1329514,name:"Gegenstand der Morphologie. Grundbegriffe und Einheiten der Morphologie",href:"\u002Falgebra\u002Fgegenstand-der-morphologie-grundbegriffe-und-einheiten-der-morphologie",jpg:"jpg\u002F1329514"},{id:1274699,name:"Презентация \"Герои и защитники Отечества. Игра\" - скачать презентации по МХК",href:"\u002Falgebra\u002Fprezentaciya-quotgeroi-i-zashhitniki-otechestva-igraquot--skachat-prezentacii-po-mxk",jpg:"jpg\u002F1274699"},{id:1179769,name:"Интеллектуальная игра для учащихся 3-4 классов “Битва эрудитов ”",href:"\u002Falgebra\u002Fintellektualnaya-igra-dlya-uchashhixsya-34-klassov--bitva-eruditov--",jpg:"jpg\u002F1179769"},{id:1332942,name:"Олимпийские игры Древней Греции",href:"\u002Falgebra\u002Folimpijskie-igry-drevnej-grecii-1",jpg:"jpg\u002F1332942"},{id:1206895,name:"«Преемственность в воспитании сознательной дисциплины дошкольника и младшего школьника». Актуальность проблемы и необходимос",href:"\u002Falgebra\u002Fpreemstvennost-v-vospitanii-soznatelnoj-discipliny-doshkolnika-i-mladshego-shkolnika-aktualnost-problemy-i-neobxodimos-d1",jpg:"jpg\u002F1206895"},{id:1302552,name:"БЛОКИ ПАМЯТИ МПС",href:"\u002Falgebra\u002Fbloki-pamyati-mps",jpg:"jpg\u002F1302552"},{id:1362439,name:"MS Access vs MS Excel. Құжат типін анықтау",href:"\u002Falgebra\u002Fms-access-vs-ms-excel-ghat-tip-n-any-tau",jpg:"jpg\u002F1362439"},{id:1347205,name:"Любовь земная и небесная. Духовно-нравственные основы взаимоотношений мужчины и женщины",href:"\u002Falgebra\u002Flyubov-zemnaya-i-nebesnaya-duxovnonravstvennye-osnovy-vzaimootnoshenij-muzhchiny-i-zhenshhiny",jpg:"jpg\u002F1347205"},{id:1235313,name:"Презентация по алгебре Разность квадратов 7 класс ",href:"\u002Falgebra\u002Fprezentaciya-po-algebre-raznost-kvadratov-7-klass",jpg:"jpg\u002F1235313"},{id:1335324,name:"Стратегическое управление в образовании",href:"\u002Falgebra\u002Fstrategicheskoe-upravlenie-v-obrazovanii",jpg:"jpg\u002F1335324"},{id:1266497,name:"Презентация на тему \"Женщины врачи России\" - скачать презентации по Медицине",href:"\u002Falgebra\u002Fprezentaciya-na-temu-quotzhenshhiny-vrachi-rossiiquot--skachat-prezentacii-po-medicine",jpg:"jpg\u002F1266497"},{id:1453876,name:"Фитнес",href:"\u002Falgebra\u002Ffitnes-1",jpg:"jpg\u002F1453876"},{id:1311493,name:"Самюэл Финли Бриз Морзе",href:"\u002Falgebra\u002Fsamyuel-finli-briz-morze",jpg:"jpg\u002F1311493"},{id:1356462,name:"Удивительные заметки о спорте в нашей школе",href:"\u002Falgebra\u002Fudivitelnye-zametki-o-sporte-v-nashej-shkole",jpg:"jpg\u002F1356462"},{id:1303385,name:"Оценка гидрогеологических условий участка по карте гидроизогипс",href:"\u002Falgebra\u002Focenka-gidrogeologicheskix-uslovij-uchastka-po-karte-gidroizogips",jpg:"jpg\u002F1303385"}],navigation:{next:"\u002Falgebra\u002Falgoritmicheskie-yazyki-i-programmirovanie-1",next_name:"Алгоритмические языки и программирование",prev:"\u002Falgebra\u002Fmoya-budushhaya-professiya-programmist",prev_name:"Моя будущая профессия программист"}}},categories:{result:[{id:I,ordering:c,name:"Разное",pseudoname:"uncategorized"},{id:144,ordering:c,name:"Бизнес и предпринимательство",pseudoname:"biznes-i-predprinimatelstvo"},{id:146,ordering:c,name:"Образование",pseudoname:"obrazovanie"},{id:149,ordering:c,name:"Финансы",pseudoname:"finansy"},{id:150,ordering:c,name:"Государство",pseudoname:"gosudarstvo"},{id:152,ordering:c,name:"Спорт",pseudoname:"sport"},{id:154,ordering:c,name:"Армия",pseudoname:"armiya"},{id:156,ordering:c,name:"Культурология",pseudoname:"kulturologiya"},{id:157,ordering:c,name:"Еда и кулинария",pseudoname:"eda-i-kulinariya"},{id:158,ordering:c,name:"Лингвистика",pseudoname:"lingvistika"},{id:163,ordering:c,name:"Черчение",pseudoname:"cherchenie"},{id:166,ordering:c,name:"Психология",pseudoname:"psihologiya"},{id:116,ordering:I,name:"Английский язык",pseudoname:"angliyskiy-yazyk"},{id:108,ordering:2,name:"Астрономия",pseudoname:"astronomiya"},{id:106,ordering:4,name:"Биология",pseudoname:"biologiya"},{id:142,ordering:5,name:"География",pseudoname:"geografiya"},{id:123,ordering:7,name:"Детские презентации",pseudoname:"detskie-prezentatsii"},{id:107,ordering:8,name:"Информатика",pseudoname:"informatika"},{id:109,ordering:9,name:"История",pseudoname:"istoriya"},{id:139,ordering:10,name:"Литература",pseudoname:"literatura"},{id:119,ordering:h,name:"Маркетинг",pseudoname:"marketing"},{id:114,ordering:12,name:"Математика",pseudoname:"matematika"},{id:138,ordering:13,name:"Медицина",pseudoname:"medetsina"},{id:H,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:G,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:"vseprezentacii.com",SITE_LANG:K,API_BASE_URL:"https:\u002F\u002Fvseprezentacii.com\u002Fapi\u002F",pwaManifest:{name:J,short_name:a,description:a,lang:K,start_url:"\u002F?standalone=true",display:"standalone",background_color:j,theme_color:"#000000",icons:[{src:"\u002F_nuxt\u002Ficons\u002F64x64.6bbe8d3f.png",type:b,sizes:L,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F64x64.maskable.6bbe8d3f.png",type:b,sizes:L,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F120x120.6bbe8d3f.png",type:b,sizes:M,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F120x120.maskable.6bbe8d3f.png",type:b,sizes:M,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F144x144.6bbe8d3f.png",type:b,sizes:N,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F144x144.maskable.6bbe8d3f.png",type:b,sizes:N,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F152x152.6bbe8d3f.png",type:b,sizes:O,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F152x152.maskable.6bbe8d3f.png",type:b,sizes:O,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F192x192.6bbe8d3f.png",type:b,sizes:P,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F192x192.maskable.6bbe8d3f.png",type:b,sizes:P,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F384x384.6bbe8d3f.png",type:b,sizes:Q,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F384x384.maskable.6bbe8d3f.png",type:b,sizes:Q,purpose:g},{src:"\u002F_nuxt\u002Ficons\u002F512x512.6bbe8d3f.png",type:b,sizes:R,purpose:f},{src:"\u002F_nuxt\u002Ficons\u002F512x512.maskable.6bbe8d3f.png",type:b,sizes:R,purpose:g}]},yandexMetrika:{id:"94843251",metrikaUrl:"https:\u002F\u002Fmc.yandex.ru\u002Fmetrika\u002Ftag.js",accurateTrackBounce:d,childIframe:e,clickmap:e,defer:e,useRuntimeConfig:d,trackHash:e,trackLinks:d,type:c,webvisor:e,triggerEvent:e,consoleLog:d,partytown:e,isDev:e}},app:{baseURL:"\u002F",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:a}},pinia:{app:{meta:{h1:k,main_text:a,main_title:l,main_description:m,main_keywords:n,main_image:a},app:{logo_image:a,logo_image_width:o,logo_image_height:p,logo_text:q,image_width_full:r,image_width_min:s,recaptcha_key:t,yandex_search:u,ya_context:d,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:v,footer_before:w,footer:x,dark_theme:d,strategy:{image_alt_words:h,item_slide_header:y,item_images:z,item_images_tag:i,item_words_h3:d,item_words_tag:i,item_words_1:h,routing:A,item_slide_skipping:B,item_download_timeout:C},colors:{header_text:j,header_bg:D,accent:E}},social:F,token:a}}}}("","image\u002Fpng",0,true,false,"any","maskable",11,"h2","#ffffff","Презентации, проекты в PowerPoint","Презентации в PowerPoint","Презентации, проекты, доклады в PowerPoint ","Презентация, на тему, урок, класс, PowerPoint, скачати презентацію, фон, шаблон, доклад, проект, скачать",28,32,"VsePrezentacii.com",720,480,"6LdGr9gnAAAAAKdcDqFL5n46upSHwwYHs5ccQSJh","3212391","abusetheslide@ya.ru","Вы можете прислать нам Вашу презентацию и мы опубликуем ее на сайте.","\u003Ca href=\"\u002Fpage\u002Fdlyapravoobladatelei\"\u003EДля правообладателей\u003C\u002Fa\u003E","div","images_before","category","both",77,"#333333","#8a8888","\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,118,1,"VsePrezentacii","ru","64x64","120x120","144x144","152x152","192x192","384x384","512x512"))</script><script type="module" src="/_nuxt/entry.08fba208.js" crossorigin></script></body> </html>