Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. <!--...--> Describe a comment text in the source code
  2. <!doctype> Defines a document type
  3. <a> Specific a anchor (Hyperlink) Use for link in internal/external web documents.
  4. <abbr> Describes an abbreviation (acronyms)
  5. <acronym> Describes an acronyms
  6. <address> Describes an address information
  7. <applet> Embedding an applet in HTML document
  8. <area> Defines an area in an image map
  9. <article> Defines an article
  10. <aside> Describes contain set(or write) on aside place in page contain
  11. <audio> Specific audio content
  12. <b> Specific text weight bold
  13. <base> Define a base URL for all the links with in a web page
  14. <basefont> Describes a default font color, size, face in a document
  15. <bb> Define browser command, that command invoke as per client action
  16. <bdo> Specific direction of text display
  17. <big> Defines a big text
  18. <blockquote> Specifies a long quotation
  19. <body> Defines a main section(body) part in HTML document
  20. <br /> Specific a single line break
  21. <button> Specifies a press/push button
  22. <canvas> Specifies the display graphics on HTML web documment
  23. <caption> Define a table caption
  24. <center> Specifies a text is display in center align
  25. <cite> Specifies a text citation
  26. <code> Specifies computer code text
  27. <col> Specifies a each column within a <colgroup> element in table
  28. <colgroup> Defines a group of one or more columns inside table
  29. <command> Define a command button, invoke as per user action
  30. <datagrid> Define a represent data in datagrid either list wise or tree wise
  31. <datalist> Define a list of pre-defined options surrounding <input> tag
  32. <dd> Defines a definition description in a definition list
  33. <del> Specific text deleted in web document
  34. <details> Define a additional details hide or show as per user action
  35. <dfn> Define a definition team
  36. <dialog> Define a chat conversation between one or more person
  37. <dir> Define a directory list
  38. <div> Define a division part
  39. <dl> Define a definition list
  40. <dt> Define a definition team
  41. <em> Define a text is emphasize format
  42. <embed> Define a embedding external application using a relative plug-in
  43. <eventsource> Defines a source of event generates to remote server
  44. <fieldset> Defines a grouping of related form elements
  45. <figcaption> Represents a caption text corresponding with a figure element
  46. <figure> Represents self-contained content corresponding with a <figcaption> element
  47. <font> Defines a font size, font face and font color for its text
  48. <footer> Defines a footer section containing details about the author, copyright, contact us, sitemap, or links to related documents.
  49. <form> Defines a form section that having interactive input controls to submit form information to a server.
  50. <frame> Defines frame window.
  51. <frameset> Used to holds one or more <frame> elements.
  52. <h1> to <h6> Defines a Headings level from 1 to 6 different sizes.
  53. <head> Defines header section of HTML document.
  54. <header> Defines as a container that hold introductory content or navigation links.
  55. <hgroup> Defines the heading of a section that hold the h1 to h6 tags.
  56. <hr /> Represent a thematic break between paragraph-level tags. It is typically draw horizontal line.
  57. <html> Define a document is a HTML markup language
  58. <i> Defines a italic format text
  59. <iframe> Defines a inline frame that embedded external content into current web document.
  60. <img> Used to insert image into a web document.
  61. <input> Define a get information in selected input
  62. <ins> Used to indicate text that is inserted into a page and indicates changes to a document.
  63. <isindex> Used to create a single line search prompt for querying the contents of the document.
  64. <kbd> Used to identify text that are represents keyboard input.
  65. <keygen> Used to generate signed certificate, which is used to authenticate to services.
  66. <label> Used to caption a text label with a form <input> element.
  67. <legend> Used to add a caption (title) to a group of related form elements that are grouped together into the
  68.  
  69. <fieldset> tag.
  70. <li> Define a list item either ordered list or unordered list.
  71. <link> Used to load an external stylesheets into HTML document.
  72. <map> Defines an clickable image map.
  73. <mark> Used to highlighted (marked) specific text.
  74. <menu> Used to display a unordered list of items/menu of commands.
  75. <meta> Used to provide structured metadata about a web page.
  76. <meter> Used to measure data within a given range.
  77. <nav> Used to defines group of navigation links.
  78. <noframes> Used to provide a fallback content to the browser that does not support the <frame> element.
  79. <noscript> Used to provide an fall-back content to the browser that does not support the JavaScript.
  80. <object> Used to embedded objects such as images, audio, videos, Java applets, and Flash animations.
  81. <ol> Defines an ordered list of items.
  82. <optgroup> Used to create a grouping of options, the related options are grouped under specific headings.
  83. <option> Represents option items within a <select>, <optgroup> or <datalist> element.
  84. <output> Used for representing the result of a calculation.
  85. <p> Used to represents a paragraph text.
  86. <param> Provides parameters for embedded object element.
  87. <pre> Used to represents preformatted text.
  88. <progress> Represents the progress of a task.
  89. <q> Represents the short quotation.
  90. <rp> Used to provide parentheses around fall-back content to the browser that does not support the ruby annotations.
  91. <rt> Specifies the ruby text of ruby annotation.
  92. <ruby> Used to represents a ruby annotation.
  93. <s> Text display in strikethrough style.
  94. <samp> Represents text that should be interpreted as sample output from a computer program.
  95. <script> Defines client-side JavaScript.
  96. <section> Used to divide a document into number of different generic section.
  97. <select> Used to create a drop-down list.
  98. <small> Used to makes the text one size smaller.
  99. <source> Used to specifies multiple media resources.
  100. <span> Used to grouping and applying styles to inline elements.
  101. <strike> Represents strikethrough text. REMOVE
  102. <strong> Represents strong emphasis greater important text.
  103. <style> Used to add CSS style to an HTML document.
  104. <sub> Represents inline subscript text.
  105. <sup> Represents inline superscript text.
  106. <table> Used to defines a table in an HTML document.
  107. <tbody> Used for grouping table rows.
  108. <td> Used for creates standard data cell in HTML table.
  109. <textarea> Create multi-line text input.
  110. <tfoot> Used to adding a footer to a table that containing summary of the table data.
  111. <th> Used for creates header of a group of cell in HTML table.
  112. <thead> Used to adding a header to a table that containing header information of the table.
  113. <time> Represents the date and/or time in an HTML document.
  114. <title> Represents title to an HTML document.
  115. <tr> Defines a row of cells in a table.
  116. <track> Represents text tracks for both the <audio> and <video> tags.
  117. <tt> Represents teletype text.
  118. <u> Represents underlined text.
  119. <ul> Defines an unordered list of items.
  120. <var> Represents a variable in a computer program or mathematical equation.
  121. <video> Used to embed video content. NEW
  122. <wbr> Defines a word break opportunity in a long string of text.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement