In this lesson it will be about code validation. You need to validate html code to avoid errors in html code even your web page looks good. Furthermore if web page doesn't look good and you can't find out why, validation can help you to find problem. Code validation...
Tutorials
Create your first web site. Adding maps, forms and videos
In this lesson we'll finish to develop our first web site. We will add "About" page and "Contacts" page. In the "About" page I'll show you how to add lorem ipsum text. You need enter "lorem", press "*" then any number. This number means count of text paragraph. For...
JQuery. Ajax example with recaptcha
In this lesson we'll consider jquery ajax method and do exercise with google recaptcha using. Ajax method has got two parameters - url, which accept data form ajax and settings. Settings is a large array. It gives possibility developer to control ajax request...
Create your first web site. Icon font
In this lesson we'll finish to make main page of our project - we'll add footer, also including icon font. First of all I'll show how to make footer is always in the bottom of web page. If you would like use icons in your site, you will probably want to use images....
Create your first web site. Grid system
In this lesson we'll continue to develop our first project. Today we'll consider very popular and actual approach in html code -grid system. The basis of this approach is float rule and width of block. This approach simplifies web developer's work. You only need...
Create first web site. Create dropdown menu
In this lesson we'll continue to create our first web site, which we started last lesson. Today we'll create main menu and dropdown in our project. There a lot of ways to create dropdown menu. I'll show you one of it. But in future you can use your own way.
Creating simple web site. Including fonts to web site
In this lesson we will begin to create web site. First of all we begin to create header. Also I'll show you how to include web fonts using google fonts and webfont.ru There are list of standard fonts: 1. Arial 2. Verdana 3. Times 4. Times New Roman 5. Georgia 6....
Homework discussion
In lastlesson I gave your homework (for fixation of last material). In this lesson we'll consider this homework....
Homework
Based on past lessons it is good to summarize. That's why I decided to give you homework. Your results you can send me to my email (in video description). Good luck! List of last lessons: What is the web site? Intro to html Key html tags Intro to CSS Id and classes in...