Home| All soft| Last soft| Your Orders| Customers opinion| Helpdesk| Cart

Program Search:


Shopping Cart:




*Note: Minimum order price: €20
We Recommend:

Udemy HTML HTML5 and PHP MySQL 64 Easy Lectures from Scratch €15 buy download

2015
Udemy
9 hours
English

Learn ALL Codes HTML and HTML5. Become a Guru Webmaster in PHP and MySQL from Scratch! Tutorial+Exercises = View 9 hours

Lecture 1
Introduction
01:14
Introduction for this best course!
Course Goal:
Learn HTML and HTML5 Codes
Building Custom Any Website from Scratch
Learn when you want (every day or week-end)
By the end of the course you have Learn the Complete Tools of Web Programming
Create Websites Dynamic with Live Interactions
Learn the Basic Language of PHP and MySQL
Basics and Advanced commands!
Section 1: HTML and HTML 5: the origins
Lecture 2
What is HTML?
03:41
We begin to introduce the origins of HTML. Why is it so important? And what's the point today? Let's find out its origins ...
Lecture 3
History of HTML
04:58
We start from scratch and see the evolution history of the HTML passed through years ... Let's find out how it all origin ...
Lecture 4
What is HTML5?
06:07
We begin to introduce the origins of HTML 5. Why is it so important? And what's the point now?
Lecture 5
HTML5 VS FLASH
06:32
It is important to understand the differences between the new language HTML5 and the "old" language used for most in games: Flash.
Lecture 6
Choosing an Editor HTML: Notepad++
13:52
Notepad ++ is another simply editor for HTML files, used to design a website... let's see now...
Section 2: HTML Basic
Lecture 7
Head Elements
17:51
Each HTML page must contain the information standard in the HEAD: a H1 title, a H2 title, one or more paragraph, the elements , ...
Lecture 8
Encoding - Meta Tag
06:42
It is important to correctly set the language with which the browser will interpret the HTML pages .. see the charset META TAG ...
Lecture 9
Headings
06:57
We learn how to structure a web page starting from the headlines. There are 6 different levels, we see the relative sizes in the browser ...
Lecture 10
Paragraph
05:15
After the title you need to write the text, which will necessarily enclosed in a paragraph ... let's see the correct syntax in HTML ...
Lecture 11
Case Sensitive
07:16
We learn how to write HTML code in correct format ... let's see some examples of words Case Sensitivity ...
Section 3: HTML Intermediate
Lecture 12
Elements and Attributes
03:29
We learn the difference of the two most used attributes CSS in HTML, that is: the parameter ID and CLASS, inserted in a paragraph (but also apply to other TAGs) ...
Lecture 13
CSS Styles
18:11
Very important to know and learn how to use the commands CSS. Let's see what are the three methods used within an HTML page ...
Lecture 14
Colors
07:43
We learn to add colors in our HTML pages, we see what are the methods used to do so ...
Lecture 15
Images
13:15
Any web site contains at least one image. We learn how to insert an image in an HTML page. There are 2 types of Entry: absolute or relative ... let's see the difference.
Lecture 16
Comments
05:43
It is sometimes useful to write notes on the HTML written, future updates to be done or any other ideas ...
Lecture 17
Block and Inline Elements
09:20
We learn the difference of the two most used Block/Inline Elements in HTML, that is: the TAG SPAN and DIV, for insert a continue text ...
Section 4: HTML Advanced
Lecture 18
Indentation
13:57
What are the indentations? And because they are very useful to a programmer websites? We learn to use them inside the HTML editor Brackets ...
Lecture 19
Tables
12:45
We learn how to insert a simple table within an HTML page. Let's create a table with 3 columns and 4 rows using the TAG
...
Lecture 20
Lists
14:22
Let's learn how to insert a simple list in an HTML page. There are three types of lists you can make: number lists, bulleted lists and lists descriptive ... let's see now!
Lecture 21
Forms and Inputs
10:46
Learn to use the basic elements to create a form of data to be sent directly from our website ...
Lecture 22
Basic Example
09:11
Now let's do a summary of what we learned: structure an HTML page, enter a title, a Paragraph ...
Section 5: HTML for Experts
Lecture 23
Base Element
15:47
The tag is used to define the absolute references for all the links in the HTML page ... let's see how to use it ...
Lecture 24
App Cache
08:58
Very important to use an OFFLINE version of a website, or a single page, with a simple instruction AppCache ...
Lecture 25
Entities
07:43
What are Entities? Let's see how to insert a character of "space" through the ASCII code and how to create accented characters...
Lecture 26
Javascript
13:17
We learn how to insert JavaScript code inside an HTML page. Let's see a simple example of a button that uses the javascript code ...
Lecture 27
Iframes
07:48
The