Слайд 4EXAMPLE 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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/4ece171c395fc55ef308e3255f62d997-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="EXAMPLE EXPLAINED The declaration defines this document to be HTML5The element is the root element of an HTML pageThe element contains meta information about the documentThe element specifies a title for the documentThe element contains the visible page contentThe element defines a large headingThe element defines a paragraph"><img src="/img/tmb/1/29854/4ece171c395fc55ef308e3255f62d997-800x.jpg" title="EXAMPLE EXPLAINED The declaration defines this document to be HTML5The element is the root element of an" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide5">
<h2><a href="/img/tmb/1/29854/ed3fafaac1960cb01484d35d9ce1d66e-800x.jpg" target="_blank">Слайд 5</a>HTML TAGS
<br>HTML tags are element names surrounded by angle brackets:<br>content goes</h2>
<div class="text">
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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/ed3fafaac1960cb01484d35d9ce1d66e-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML TAGS HTML tags are element names surrounded by angle brackets:content goes here...HTML tags normally come in pairs like and The first tag in a pair is the start tag, the second tag is the end tagThe end tag is written like the start tag, but with a forward slash inserted before the tag nameTip: The start tag is also called the opening tag, and the end tag the closing tag."><img src="/img/tmb/1/29854/ed3fafaac1960cb01484d35d9ce1d66e-800x.jpg" title="HTML TAGS HTML tags are element names surrounded by angle brackets:content goes here...HTML tags normally" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide6">
<h2><a href="/img/tmb/1/29854/546ef141768455502dc682fe9b661bf2-800x.jpg" target="_blank">Слайд 6</a>WEB BROWSERS
<br>The purpose of a web browser (Chrome, IE, Firefox, Safari)</h2>
<div class="text">
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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/546ef141768455502dc682fe9b661bf2-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="WEB BROWSERS The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.The browser does not display the HTML tags, but uses them to determine how to display the document:"><img src="/img/tmb/1/29854/546ef141768455502dc682fe9b661bf2-800x.jpg" title="WEB BROWSERS The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide7">
<h2><a href="/img/tmb/1/29854/e64c5fccfb93243c62b9f8a82eb4574c-800x.jpg" target="_blank">Слайд 7</a>HTML PAGE STRUCTURE
<br>Below is a visualization of an HTML page structure:<br><br><br><br><br><br><br><br><br><br><br><br>Note: Only</h2>
<div class="text">
the content inside the <body> section (the white area above) is displayed in a browser.<br> </div>
<div class="image">
<a href="/img/tmb/1/29854/e64c5fccfb93243c62b9f8a82eb4574c-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML PAGE STRUCTURE Below is a visualization of an HTML page structure:Note: Only the content inside the section (the white area above) is displayed in a browser."><img src="/img/tmb/1/29854/e64c5fccfb93243c62b9f8a82eb4574c-800x.jpg" title="HTML PAGE STRUCTURE Below is a visualization of an HTML page structure:Note: Only the content inside" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide8">
<h2><a href="/img/tmb/1/29854/1c6491146a37f837d85f1136d6070b06-800x.jpg" target="_blank">Слайд 8</a>THE DECLARATION
<br>The declaration represents the document type, and helps</h2>
<div class="text">
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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/1c6491146a37f837d85f1136d6070b06-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="THE DECLARATION The declaration represents the document type, and helps browsers to display web pages correctly.It must only appear once, at the top of the page (before any HTML tags).The declaration is not case sensitive.The declaration for HTML is:"><img src="/img/tmb/1/29854/1c6491146a37f837d85f1136d6070b06-800x.jpg" title="THE DECLARATION The declaration represents the document type, and helps browsers to display web pages" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide9">
<h2><a href="/img/tmb/1/29854/f33d14b2154bacfed2967822fccce1f0-800x.jpg" target="_blank">Слайд 9</a>HTML VERSIONS
<br>Since the early days of the web, there have been</h2>
<div class="text">
many versions of HTML:<br><br><br><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/f33d14b2154bacfed2967822fccce1f0-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML VERSIONS Since the early days of the web, there have been many versions of HTML:"><img src="/img/tmb/1/29854/f33d14b2154bacfed2967822fccce1f0-800x.jpg" title="HTML VERSIONS Since the early days of the web, there have been many versions of HTML:" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide10">
<h2><a href="/img/tmb/1/29854/61569d7346f2904123822ff41c0dcfe7-800x.jpg" target="_blank">Слайд 10</a>HTML EDITORS
WRITE HTML USING NOTEPAD OR TEXTEDIT
<br>Web pages can be created and</h2>
<div class="text">
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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/61569d7346f2904123822ff41c0dcfe7-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML EDITORS WRITE HTML USING NOTEPAD OR TEXTEDIT Web pages can be created and modified by using professional HTML editors.However, for learning HTML usually recommend a simple text editor like Notepad (PC) or TextEdit (Mac).Using a simple text editor is a good way to learn HTML.Follow the four steps below to create your first web page with Notepad or TextEdit."><img src="/img/tmb/1/29854/61569d7346f2904123822ff41c0dcfe7-800x.jpg" title="HTML EDITORS WRITE HTML USING NOTEPAD OR TEXTEDIT Web pages can be created and modified by" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide11">
<h2><a href="/img/tmb/1/29854/0aca8b5ff179e7b3b7b7f4e44069f3a5-800x.jpg" target="_blank">Слайд 11</a>Step 1: Open Notepad (PC)<br>Windows 8 or later:<br>Open the Start Screen (the window</h2>
<div class="text">
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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/0aca8b5ff179e7b3b7b7f4e44069f3a5-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="Step 1: Open Notepad (PC)Windows 8 or later:Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.Windows 7 or earlier:Open Start > Programs > Accessories > NotepadStep 2: Write Some HTMLWrite or copy some HTML into Notepad."><img src="/img/tmb/1/29854/0aca8b5ff179e7b3b7b7f4e44069f3a5-800x.jpg" title="Step 1: Open Notepad (PC)Windows 8 or later:Open the Start Screen (the window symbol at the bottom" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide12">
<h2><a href="/img/tmb/1/29854/690587b44fb6f70a74da6b7ef21df08b-800x.jpg" target="_blank">Слайд 12</a>Step 3: Save the HTML Page<br>Save the file on your computer.</h2>
<div class="text">
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><br><br><br><br><br>You can use either .htm or .html as file extension. There is no difference, it is up to you.<br><br><br><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/690587b44fb6f70a74da6b7ef21df08b-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="Step 3: Save the HTML PageSave the file on your computer. Select File > Save as in the Notepad menu.Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).You can use either .htm or .html as file extension. There is no difference, it is up to you."><img src="/img/tmb/1/29854/690587b44fb6f70a74da6b7ef21df08b-800x.jpg" title="Step 3: Save the HTML PageSave the file on your computer. Select File > Save as in" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide13">
<h2><a href="/img/tmb/1/29854/5b8bab771bc582ba6e8e7eba9d26530e-800x.jpg" target="_blank">Слайд 13</a>Step 4: View the HTML Page in Your Browser<br>Open the saved</h2>
<div class="text">
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>
<br> </div>
<div class="image">
<a href="/img/tmb/1/29854/5b8bab771bc582ba6e8e7eba9d26530e-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="Step 4: View the HTML Page in Your BrowserOpen the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").The result will look much like this: "><img src="/img/tmb/1/29854/5b8bab771bc582ba6e8e7eba9d26530e-800x.jpg" title="Step 4: View the HTML Page in Your BrowserOpen the saved HTML file in your" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide14">
<h2><a href="/img/tmb/1/29854/ea9cc66c99eac573e5ed30133d56c698-800x.jpg" target="_blank">Слайд 14</a>HTML DOCUMENTS
<br>All HTML documents must start with a document type declaration: </h2>
<div class="text">
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 class="image">
<a href="/img/tmb/1/29854/ea9cc66c99eac573e5ed30133d56c698-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML DOCUMENTS All HTML documents must start with a document type declaration: .The HTML document itself begins with and ends with .The visible part of the HTML document is between and .Example My First Heading My first paragraph. Try yourself"><img src="/img/tmb/1/29854/ea9cc66c99eac573e5ed30133d56c698-800x.jpg" title="HTML DOCUMENTS All HTML documents must start with a document type declaration: .The HTML document itself" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide15">
<h2><a href="/img/tmb/1/29854/c8bd54119a35a77c3a431e4978cf2447-800x.jpg" target="_blank">Слайд 15</a>HTML BASIC EXAMPLES<br>HTML Documents<br>All HTML documents must start with a document type</h2>
<div class="text">
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><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/c8bd54119a35a77c3a431e4978cf2447-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML BASIC EXAMPLESHTML DocumentsAll HTML documents must start with a document type declaration: .The HTML document itself begins with and ends with .The visible part of the HTML document is between and .Example:"><img src="/img/tmb/1/29854/c8bd54119a35a77c3a431e4978cf2447-800x.jpg" title="HTML BASIC EXAMPLESHTML DocumentsAll HTML documents must start with a document type declaration: .The HTML document itself" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide16">
<h2><a href="/img/tmb/1/29854/eb28a8bbd5e5993ad812646392badd0d-800x.jpg" target="_blank">Слайд 16</a>HTML HEADINGS
<br>HTML headings are defined with the to tags.<br> defines the most important</h2>
<div class="text">
heading. <h6> defines the least important heading: <br>Example<br><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/eb28a8bbd5e5993ad812646392badd0d-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML HEADINGS HTML headings are defined with the to tags. defines the most important heading. defines the least important heading: Example"><img src="/img/tmb/1/29854/eb28a8bbd5e5993ad812646392badd0d-800x.jpg" title="HTML HEADINGS HTML headings are defined with the to tags. defines the most important heading. defines the" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide17">
<h2><a href="/img/tmb/1/29854/5270ad9a89c9cda2fcd0f3a3b26d516d-800x.jpg" target="_blank">Слайд 17</a>HTML PARAGRAPHS
<br>HTML paragraphs are defined with the tag:<br>Example<br><br></h2>
<div class="text">
</div>
<div class="image">
<a href="/img/tmb/1/29854/5270ad9a89c9cda2fcd0f3a3b26d516d-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML PARAGRAPHS HTML paragraphs are defined with the tag:Example"><img src="/img/tmb/1/29854/5270ad9a89c9cda2fcd0f3a3b26d516d-800x.jpg" title="HTML PARAGRAPHS HTML paragraphs are defined with the tag:Example" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide18">
<h2><a href="/img/tmb/1/29854/4deebc35fe72d53bbb344bcd9587b4ae-800x.jpg" target="_blank">Слайд 18</a>HTML LINKS
<br>HTML links are defined with the tag:<br>Example<br><br><br><br><br>The link's destination is specified</h2>
<div class="text">
in the href attribute. <br>Attributes are used to provide additional information about HTML elements.<br><br><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/4deebc35fe72d53bbb344bcd9587b4ae-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML LINKS HTML links are defined with the tag:ExampleThe link's destination is specified in the href attribute. Attributes are used to provide additional information about HTML elements."><img src="/img/tmb/1/29854/4deebc35fe72d53bbb344bcd9587b4ae-800x.jpg" title="HTML LINKS HTML links are defined with the tag:ExampleThe link's destination is specified in the href attribute. Attributes" alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide19">
<h2><a href="/img/tmb/1/29854/fbacc628da82e4b859f98758e8df1c79-800x.jpg" target="_blank">Слайд 19</a>HTML IMAGES
<br>HTML images are defined with the tag.<br>The source file (src), alternative</h2>
<div class="text">
text (alt), width, and height are provided as attributes:<br>Example<br><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/fbacc628da82e4b859f98758e8df1c79-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="HTML IMAGES HTML images are defined with the tag.The source file (src), alternative text (alt), width, and height are provided as attributes:Example"><img src="/img/tmb/1/29854/fbacc628da82e4b859f98758e8df1c79-800x.jpg" title="HTML IMAGES HTML images are defined with the tag.The source file (src), alternative text (alt), width," alt=""></a>
</div>
<hr>
</div>
<div class="descrip" id="slide20">
<h2><a href="/img/tmb/1/29854/e5aa977ffb351bf7b00696d5c03752b6-800x.jpg" target="_blank">Слайд 20</a>What is HTML?<br>list the properties of HTML.<br>What are HTML Tags? <br>Tell</h2>
<div class="text">
about HTML Tags more.<br>What are Web Browsers?<br>What is HTML Page Structure?<br>What are HTML Editors?<br>What are HTML Headings?<br>What are HTML Paragraphs?<br>What are HTML Links?<br>What are HTML Images?<br><br><br><br><br><br><br><br><br><br> </div>
<div class="image">
<a href="/img/tmb/1/29854/e5aa977ffb351bf7b00696d5c03752b6-800x.jpg" class="js_fancybox" data-fancybox="slides" data-caption="What is HTML?list the properties of HTML.What are HTML Tags? Tell about HTML Tags more.What are Web Browsers?What is HTML Page Structure?What are HTML Editors?What are HTML Headings?What are HTML Paragraphs?What are HTML Links?What are HTML Images?"><img src="/img/tmb/1/29854/e5aa977ffb351bf7b00696d5c03752b6-800x.jpg" title="What is HTML?list the properties of HTML.What are HTML Tags? Tell about HTML Tags more.What" alt=""></a>
</div>
<hr>
</div>
</div>
<div class="custom" >
<!-- Yandex.RTB R-A-468740-8 -->
<div id="yandex_rtb_R-A-468740-8"></div>
<script type="text/javascript">
(function(w, d, n, s, t) {
w[n] = w[n] || [];
w[n].push(function() {
Ya.Context.AdvManager.render({
blockId: "R-A-468740-8",
renderTo: "yandex_rtb_R-A-468740-8",
async: true
});
});
t = d.getElementsByTagName("script")[0];
s = d.createElement("script");
s.type = "text/javascript";
s.src = "//an.yandex.ru/system/context.js";
s.async = true;
t.parentNode.insertBefore(s, t);
})(this, this.document, "yandexContextAsyncCallbacks");
</script></div>
<div class="url" id="download"><a href="/informatika/html-the-standard-markup-language-for-creating-web-pages/download">Скачать презентацию</a></div>
</div>
<div class="right">
<div class="banners">
<div class="custom" >
<!-- Yandex.RTB R-A-468740-2 -->
<div id="yandex_rtb_R-A-468740-2"></div>
<script>window.yaContextCb.push(()=>{
Ya.Context.AdvManager.render({
renderTo: 'yandex_rtb_R-A-468740-2',
blockId: 'R-A-468740-2'
})
})</script></div>
</div>
<div class="list related">
<h2>Похожие презентации</h2>
<div class="wrapper">
<a href="/informatika/osnovy-upravleniya-pamyatyu">
<img src="/img/tmb/2/141460/042c7b420406a95f7535b8715a9a3e2b-800x.jpg" alt="">
<span class="desc">
<span>Основы управления памятью</span>
<span class="views"><i class="fa fa-eye" aria-hidden="true"></i> 405</span>
</span>
</a>
</div>
<div class="wrapper">
<a href="/informatika/design-patterns-proverennye-resheniya">
<img src="/img/tmb/1/49548/aff3a480574dbdb26c813b29015720d4-800x.jpg" alt="">
<span class="desc">
<span>Design Patterns. Проверенные решения</span>
<span class="views"><i class="fa fa-eye" aria-hidden="true"></i> 506</span>
</span>
</a>
</div>
<div class="custom" >
<!-- Yandex.RTB R-A-468740-13 -->
<script>window.yaContextCb.push(()=>{
Ya.Context.AdvManager.render({
type: 'fullscreen',
blockId: 'R-A-468740-13'
})
})</script></div>
<div class="wrapper">
<a href="/informatika/communication-diagram-diagrammy-vzaimodeystviya">
<img src="/img/tmb/5/455431/b42fe2cc69df22d2f7ac280e5e22681c-800x.jpg" alt="">
<span class="desc">
<span>Communication diagram. Диаграммы взаимодействия</span>
<span class="views"><i class="fa fa-eye" aria-hidden="true"></i> 260</span>
</span>
</a>
</div>
<div class="wrapper">
<a href="/informatika/ceti-tsvm-sistemoobrazuyushchiy-element-slozhnyh-tehnicheskih-sistem">
<img src="/img/tmb/5/405540/a13bea9f0dae65cdc66f85f7b93b2cef-800x.jpg" alt="">
<span class="desc">
<span>Cети ЦВМ - системообразующий элемент сложных технических систем</span>
<span class="views"><i class="fa fa-eye" aria-hidden="true"></i> 289</span>
</span>
</a>
</div>
<div class="wrapper">
<a href="/informatika/delovaya-grafika-diagrammy">
<img src="/img/tmb/4/371213/0dbefc4cae2b4255c0b62184f9516f68-800x.jpg" alt="">
<span class="desc">
<span>ДЕЛОВАЯ ГРАФИКА-диаграммы</span>
<span class="views"><i class="fa fa-eye" aria-hidden="true"></i> 856</span>
</span>
</a>
</div>
<div class="wrapper">
<a href="/informatika/logicheskie-osnovy-raboty-evm">
<img src="/img/tmb/4/328708/73ba398a8ffb1cf28484e58d96dc2626-800x.jpg" alt="">
<span class="desc">
<span>Логические основы работы ЭВМ</span>
<span class="views"><i class="fa fa-eye" aria-hidden="true"></i> 286</span>
</span>
</a>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<div class="container bottom">
<div>
<div class="call_back">
<h4><i class="fas fa-bullhorn"></i>Обратная связь</h4>
<p>Если не удалось найти и скачать презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:</p>
<p>Email: <a href="#" class="js_hidden_email" data-address="thepresentation" data-domain="ya.ru">Нажмите что бы посмотреть</a> </p> </div>
<div class="links">
</div>
<div class="whatis">
<h4><i class="fa fa-info text-red"></i>Что такое ThePresentation.ru?</h4>
<p>Это сайт презентаций, докладов, проектов, шаблонов в формате PowerPoint. Мы помогаем школьникам, студентам, учителям, преподавателям хранить и обмениваться учебными материалами с другими пользователями.</p>
<hr />
<p><a href="/privacy">Для правообладателей</a></p> <a href="https://metrika.yandex.ru/stat/?id=54509641&from=informer" target="_blank" rel="nofollow"><img src="https://informer.yandex.ru/informer/54509641/3_1_FFFFFFFF_EFEFEFFF_0_pageviews" style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="54509641" data-lang="ru" /></a>
<!--LiveInternet counter-->
<script type="text/javascript">
document.write('<a href="//www.liveinternet.ru/click" '+
'target="_blank"><img src="//counter.yadro.ru/hit?t16.2;r'+
escape(document.referrer)+((typeof(screen)=='undefined')?'':
';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
';h'+escape(document.title.substring(0,150))+';'+Math.random()+
'" alt="" title="LiveInternet: показано число просмотров за 24'+
' часа, посетителей за 24 часа и за сегодня" '+
'border="0" width="88" height="31"><\/a>')
</script>
<!--/LiveInternet-->
</div>
<div class="clear"></div>
</div>
</div>
<script src="/templates/presentation/js/script.js?0ed36ea232886ff4063bbdd9e2c5b9c0"></script>
</body>
</html>