Wednesday, August 13, 2014

Then the question is, when we go to any site that takes place outside the walls? Where does the fil


Contents Html5. Introduction. Occupation of the first Html5. Basic elements. Lesson second Html5. Position. Layout. dam Html5. Greeting css. Lesson 4: Part 1. Html5. Greeting css. Lesson 4: Part Two HTML5. Css beauty. The first part of the fifth session HTML5. Css beauty. Occupation fifth Part Two HTML5. Css beauty. Occupation fifth Part Three HTML5. Form. Lesson 6 Html5. Adaptability. Lesson 7 Part 1. Html5. Adaptability. Lesson 7 Part Two Html5. Useful links. Why this course?
The course is aimed at, so you can quickly startanuts it your way. This means that after the course - you will be a beginner, but a holistic professionals, ready to deal with their own problems. That is, you do not just explore more and php, database, etc. to start doing real projects, we have enough html, css and some js.
Why does need a html? Because the site should respond to user actions (click on links, register, etc.). Certainly does well to open and drawing, but it is not patsiskaesh NOT skapiyuesh text, etc., the result - the image is not enabled. Example Site images provided to us studio lights (try copying email). Translator with pictures in html sounds boring, but today skills html, css - is not just a "coder", the possibilities really vrazhvayuts:
3 open the file browser.
Then the question is, when we go to any site that takes place outside the walls? Where does the files takes to read them? Razyabromsya. When we went to course.by, we just downloaded the necessary files from the Internet (server) and open them on your browser computer. Our PC customers are considered, the computer where the files downloaded - server. That's all. Responsibility dam html, css, js
<! DOCTYPE html> <! - Says it's html5 (and not html4 example) -> <html> <! - Open your html document containing the <head> and <body> .--> <head> <! - opening tag head (the head of the document), containing the following tags -> <title> dam My first page </ title> <! - the name of the page displayed in the browser's cover -> <meta charset dam = "utf -8 "/> <! - page encoding that does understand that the display of characters -> <meta name =" title "content =" Title Page "/> <! - title, meta tag for SEO (for information vyklychna Google search engine, not shown to the user -> <meta name = "description" content = "Description of the content of the page." /> <! - description meta tag for SEO -> <meta name = "keywords" content = "key word page "/> <! - keywords meta tag for SEO -> <style> my css </ style> <! - contains css styles -> <script> my javascript </ script> <! - -zmyashchae code javascript -> </ head> <! - end of the "head" of the document -> <body> <! - open the body of the document - the main part, the fact that the user will see -> My first html5! </ Body> <! - End of the "body" -> </ html> <! - End of document dam html ->
<Header> <h1> Our page </ h1> <img alt = "" src = "http://flipstorm.co.uk/bwb/img/logo-med.png" /> <a href = "contactus. html "> contact us! </a> <a href="about.html"> us </a> <a href="blog.html"> our blog </a> </ header>
<! DOCTYPE html> <html> <head> <title> My first page </ title> <meta charset = "utf-8" /> <meta name = "title" content = "Title Page" /> <meta name = "description" content = "Description dam of the content of the page." /> <Meta name = "keywords" content = "keywords page" /> <style> header {background: yellow;} </ style> </ head> <body> <header> <h1> Our page </ h1 > <img alt = "" src = "http://flipstorm.co.uk/bwb/img/logo-med.png" /> <a href="contactus.html"> contact us! </a> <a href="about.html"> us </a> dam <a href="blog.html"> our blog </a> dam </ header> <section> <artice> Article 1 </ artice> <artice > Article 2 </ artice> <artice> Article 3 </ artice> </ section> <footer> Superblog 2013. </ footer> </ body> </ html>


No comments:

Post a Comment