To comb HTML elements by function

Source: Internet
Author: User

Front-end Meng New comb the basics, HTML element and CSS properties. Express it with your own words, focusing on a few details. The goal is to deepen understanding, pay attention to the details, especially the semantics, the elder pointed out my this problem. P.S.W3C Chinese translation some really pits. follow the features to learn: Basic 9-0
  1. <! The doctype> declaration is not an HTML tag that indicates which HTML (XHTML) version the browser uses. Insensitive to casing. There are three types of DTD (Document Type Definition) in HTML 4.01 <! Doctype> statement. There is only one of the HTML5: <! DOCTYPE html>
  2. <title> the display text on the label when we browse the site; This tag is something that must be included in the descriptive , practical , and context-independent title for each of your documents
  3. <body> define the subject of the document; Include all the contents of the document
  4. <p> paragraph; The browser will automatically add the front and rear blanks;
  5. <br> newline; in XML, the <br/>;clear property is heard by dying; to enter a blank line instead of splitting a paragraph, split the paragraph with <p>
  6. <!--......--> Add a//↓ when commenting in <script> to avoid JS execution--
     <  script  type  = "Text/javascript"  >  <!-- function   Displaymsg () {alert (  " hello world!   )}  // -->  </ script  >  

     
format 38-9
  1. <acronym> abbreviation, HTML5 is replaced by <abbr>
  2. <abbr> abbreviations; You can use the Title property (mouse over to show full version)
  3. <address> is usually included in the footer, not used to describe the mailing address within the document.
  4. <b><tt><i><big><small> suggested use style;
  5. <tt>
  6. <i>
  7. <big>
  8. <small>
  9. <bdi> Isolate, out of the parent element's text direction setting; dir= "ltr"; Google Chrome Firefox word, but the pro-test a little convulsions ah, follow-up needs to deepen understanding. http://www.iteye.com/problems/75691
  10. <bdo> overrides the default text direction, which is not the same as the text above, this is the direction of a single letter (careless use is garbled AH ~ ~ ~ Thank the Ancestors invented the Chinese)
  11. <blockquoto> a chunk quote with this; a short, not a large section of the reference with the Q element; You can use the cite attribute (value =url) to specify the source of the reference
  12. <center> centering the contained text, using the style sheet!!!!! 、
  13. <em> has the exact semantics;
  14. <strong> has the exact semantics;
  15. <dfn> have exact semantics; Mark Special term phrases (definition? ); appear as italic
  16. <code> has the exact semantics;
  17. <samp> has the exact semantics;
  18. <kbd> has the exact semantics;
  19. <var> has the exact semantics;
  20. <cite> has the exact semantics;
  21. <del>
  22. <font>
  23. <ins>
  24. <mark>
  25. <meter>
  26. <pre>
  27. <progress>
  28. <q>
  29. <rp>
  30. <rt>
  31. <ruby>
  32. <s>
  33. <strike>
  34. <sup>
  35. <sub>
  36. <time>
  37. <u>
  38. <wbr>
form 14-3 Frame 4-0 Image 6-3 audio \ Video 4-4 Link 3-1 List 10-1 form 10-0 style \ Section 11-8 (* semantic) meta-Information 4-0 Programming 6-1

To comb HTML elements by function

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.