Home  >  Article  >  Web Front-end  >  html tag sorting

html tag sorting

高洛峰
高洛峰Original
2017-02-15 14:15:011178browse

Description

This article is used to record English words and their meanings in html! There is no specific usage, please search for specific usage! This article is just for memory!
Note: The tags listed in this article do not include tags that have been deleted in the specification and are not supported by html5.


Non-label class

  1. ## Comment


Tag class

Closing tag

    ## Define hyperlink
  1. (abbreviation, abbreviation) represents an abbreviation or acronym
  2. (vt: speech; n: address;) Defines the contact information of the author/owner of the document (article)
  3. ##
    (n : article; vt: contract, take... as an apprentice or trainee;) Define independent content
  4. (n: narration; adv: Leave;) Define related content of its nearby content
  5. (adj: sound;) Define sound
  6. Define bold text
  7. (short for Bi-directional Isolation) makes a piece of text separate from its The text direction of the parent element. The new tag of html5 is only supported by PC Firefox 10+ and Google 16+ mobile Firefox 10+ (currently this tag cannot be found in caniuse!).
  8. (abbreviation for Bi-Directional Override) overrides the default text direction
  9. (n: quote;) Defines a block quote (long quote) taken from another source
  10. (n: body, Body;) Define the document body
  11. (n: button;) Define a button
  12. ##< canvas> (n: canvas;) Draw graphics through script

  13. (n: title; vt: add title;) Define the title of the table

  14. (vt: citation;) Define the title of the work

  15. (n: code; vt: encoding;) defines computer code text

  16. used to group columns in a table , in order to format it

  17. (n: command; vi: command;) Defines commands that the user may invoke. HTML5 new tag, currently all browsers do not support this attribute

  18. Specifies the list of possible options for the input element. HTML5 new tag is currently supported by all other browsers except Safari on PC. Poor mobile support.

  19. Used to describe an item/name in a description list

  20. Defines the portion of the text that has been deleted. The style is strikethrough text.

  21. (n: details; v: detailed description;) Specifies supplementary details of user visible or hidden requirements. html5 new tag

  22. Define a definition item

  23. ( n: dialog;) defines a dialog box, confirmation box or window. html5 new tag

  24. defines a separated block or a region part in the html document.

  25. Define a description list

  26. Define a description list Item/name

  27. Renders highlighted text

  28. Define a title html5 new tag for the
    element

  29. < /figure> Specifies independent flow content (images, charts, photos, code, etc.)

  30. (n: footer;) Defines the document or The footer of a section of the document. html5 new tag

  31. Used to create HTML forms for user input

  32. < ;/head> (n: header;) This tag is a container for all head elements in the HTML document.

  33. (n: header;) Defines the header of the document or a part of the document. HTML5 new tag

  34. is used to group title elements. html5 new tag

  35. ~~
    Defines the title of the html document content.

  36. Defines a portion of the text that is different from the rest of the text and renders this portion of the text in italics.

  37. Specifies an inline frame.

  38. Defines text that has been inserted into the document. Usually an underline appears below the text.

  39. Defines the label (marker) for the input element.

  40. Defines the title for the

    element.

  41. Define list items.

  42. (Add)

    is used to render the main part of the document or application.

  43. is used for client-side image mapping. An image map is an image with clickable areas.

  44. Defines text with a mark. html5 new tag

  45. defines a command list or menu. HTML5 redefines this element

  46. provides metadata for HTML documents. The metadata is not displayed on the client, but is parsed by the browser.

  47. Define weights and measures. Use only for measurements with known maximum and minimum values. html5 new tag

  48. defines the part of the navigation link. html5 new tag

  49. defines an embedded object.

    1. Defines an ordered list, which starts with a number by default.

    2. is used to group related options together.

    3. Defines an option (an entry) in a drop-down list. html5 new tag

    4. Defines a paragraph.

    5.  Defines preformatted text. (Spaces and other things that will be ignored will be preserved!) 

    6. ## A container for all other html tag elements (except ).

    7. Define the progress of the running task (process, progress bar). html5 new tag

    8. Defines a short quote.

    9. Used in ruby ​​comments to define what is displayed by browsers that do not support ruby ​​elements. html5 new tag

    10. defines the interpretation or pronunciation of characters (Chinese phonetic notations or characters). HTML5 new tag

    11. defines ruby ​​comments (Chinese phonetic or characters). html5 new tag

    12. ## Identifies text that is incorrect, inaccurate or useless. Appears as a strikethrough. html5 redefinition
    13. Defines sample text for a computer program.
    14. <script></script> defines the client script,
    15. defines the document a certain area. Such as chapters, headers, footers, or other areas of the document. html5 new tag
    16. is used to create drop-down lists.
    17. Defines small text (and margins).
    18. is used to combine inline elements in the document.
    19. Sample important text used to define a computer program. Shown in bold.
    20. Defines the style information of the HTML document.
    21. Defines subscript text.
    22. Defines a visible title for the
      element. Detailed information is displayed when the user clicks on the title. html5 new tag
    23. defines superscript text.
    24. Define HTML table
    25. Used to combine HTML tables the main content.
    26. Defines standard cells in HTML tables.
    27. Defines a multi-line text input control.

    28. is used to combine the footer content of an HTML table.

    29. Defines the header cell in the HTML table.

    30. is used to combine the header content of HTML tables.

    31. Defines a Gregorian time (24-hour clock) or date, the time and time zone offset are optional. html5 new tag

    32. defines the title of the document and is required in all HTML documents.

    33. Defines rows in an HTML table.

    34. Define text that is different from regular text style, like misspelled words or proper nouns in Chinese.

      • Define an unordered list.

      • is used to define variables.

      • Defines a video, such as a movie clip or other video stream. html5 new tag

      • (Word Break Opportunity) specifies where in the text it is appropriate to add a line break. html5 new tag

      Non-closed tag

      1. (n: area, region;) defines the area mapped inside the image

      2. (n: base; vt: based on...) Defines the default url or target of all hyperlinks in the document


      3. Inserts a simple newline

      4. (n: exit;) Specifies the column attributes for each column inside the element

      5. (vt: enable embedding;) defines a container for embedding external applications or interactive programs (plug-ins) html5 new tags


      6. Defines topic changes (such as topic changes) in HTML pages and displays them as a horizontal line.

      7. Defines the image in the html page.

      8. Specifies where users can enter data.

      9. Specifies the key pair generator field to use for the form. HTML5 new tag

      10. defines the relationship between the document and external resources.

      11. Provides a parameter for the containing or tag.

      12. Defines media resources for media elements such as

      13. specifies an external text track for media elements (such as

      14. #ps: If there are any errors, please correct them. When using it, when encountering the new tag of html5, first go to can i use to check the compatibility and use it as appropriate.

        For more html tag sorting and related articles, please pay attention to the PHP Chinese website!

        Statement:
        The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn