Zhang Xiaoxiang: JavaScript Learning Phase Summary (2)--(X) HTML Learning Basics

Source: Internet
Author: User
The two days after reading the Zhang Xiaoxiang: javascript--html part, the focus of the HTML is summarized.

In reading the two chapters of HTML will not need to delve into, some are dynamic only used, and some are outdated (used and grammar of the obsolete) Dongdong.


(1) The HTML version described in the book is the HTML4.01 version and the final version of HTML, and XHTML is its successor.

The development and specification of the HTML version is conducted by the organization of the WWW, the Web site of the organization: www.w3.org

* Related website Introduction http://w3china.org/It is a Chinese website dedicated to promoting the wide application of the technology of the universal, en is not good to go there, there are many translated data.


(2) the page editor used in the book is Vs.net, which advises readers to use DW8. In addition EditPlus is also a very good code editor, now is the v2.21 version, the Internet is also a Chinese cracked version, rice money or e-text is not good to choose.


(3) The following describes a once rarely used, now missing very important tags: <! Doctype> Document Type label, syntax:

<! DOCTYPE HTML Public "version name" "URL" >
<body></body>

It defines the language in which the document will be interpreted, and it is crucial in the case where the html,xhtml,xml is not yet fully unified. Here are two examples:
html:<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01//en" "HTTP://WWW.W3.ORG/TR/HTML4/STRICT.DTD" >
xhtml:<! DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 strict//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
xml:<! DOCTYPE HTML PUBLIC "-//w3c//dtd XHTML 1.1//en" "Http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >


(3) Many of the tags in the book do not conform to XHTML standards, readers do not memorize, should be finished after XHTML, summed up the rules, the exclusion of conflicts and then the label and Grammar.
such as:<marquee><b><center>, etc... I will be in the blog for two days to publish my HTML and XTHML tag data summary.


(4) in the book on the URL parameters, coding and introduction of the more detailed, this part of the content related to the development of dynamic language, web programming must see, if only to engage in art, there is no need to see understand. (The following form label is the same)


(5) The book on the Frame (frameset,frame,iframe) label is also very much, you can call it a frame tag, you can also call it a frame tag (easier to understand), I think this part of the temporary read on OK.

The final introduction of the <meta> tag: it is used in <meta name= "keywords" content== "keyword 1, keyword 2" >
/* keywords in the keyword Input page, separated by commas, for the search system, after a few days, and then go to Baidu, it is possible to search your home page or page ~hoho~*/
<meat http-equiv= "Page-enter" content= "Revealtrans (transition=23,duration=1.000)" >
/* When adding this statement, enter the page will appear a variety of effects, hoho~ yourself to try it.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.