Introduction to HTML content
Recently in the study of PHP development, and therefore comprehensive learning html,css and other related content. Learning progress depends on the video content, and now the contents of the HTML section described in the introduction video:
About Hanshunping Podcasts from beginners to proficient videos I've included 149 speaking. Where 1-9 is the HTML part, 10-22 is the CSS part. 22 after the PHP section, because the main is to learn PHP, and therefore the teacher on the HTML and CSS content is not overly detailed, stressed to the point.
HTML section
The001Speak:
HTML Introduction, The principle of HTML operation. Html4.0 to html5.0 xhtml with XML, The popularity of XML files
The002Speak:
fixed directory for Apache server http://localhost/( root directory of Apache server )
The003Speak:
HTML standard format,HTML differs from htm ,htm takes precedence over HTML Receiving access to index.htm takes precedence over index.html files before being accessed. single-label and double-label Html
The004Speak:
Symbolic entity of HTML, symbol of HTML itself
The005Speak:
There are sequence lists, unordered tables, frames
(In fact, these attributes of HTML should be the browser's standard parsing of HTML -formatted files, so access to the data should basically be understandable)
The006Speak:(on the network, a more important point)
1, the HTML form submission content to the server:
(There is a big difference betweenget and post , which is described in more detail later)
Get is a password that is displayed directly in the address bar, which is quite unsafe
Post does not place the password directly in the address bar
Of course the grab Bag tool is also able to crawl to:
submit data to the server in the form form:
Here the action will not only submit the data, but also directly to the ok.html page, of course, it should also be set through the field.
The007Speak:
Forms and Form controls
check boxes, radio boxes, text, text fields, drop-down boxes, and so on. The focus is on the data submission in the form (to the PHP backend server ha),
No. 008Speak:
Embed music embedded in the movie in static Web page HTML .
Map mapping:
No. 009Speak:
The effect of flow:
There are also the rest of the various label effects. These are not important, relatively simple content.
Behind the div+css, the main reason is that the HTML layout of the short board, only table, relatively inflexible.
The content of Html is basically finished!
Introduction to HTML content