Sunday, 24 July 2016

HTML Phrasing Element

Phrasing Elements
They are used to represent the text of an html document. These elements are also used to mark up the html document text within the paragraphs of the document.

Different Phrasing elements are

  1. A: represents a link in html.
  2. ABBR: represents an abbreviation.
  3. AREA: represents an area of image map.
  4. AUDIO: represents audio element.
  5. B: represents bold text .
  6. BDO: represents the text direction.
  7. BR: represents line break.
  8. BUTTON: represent a button.
  9. CANVAS: allows you to draw graphics using javascript.
  10. CITE: represents a citation.
  11. CODE: represents code text.
  12. COMMAND: defines a command.
  13. DATALIST: defines option for controls by using various elements, such as OPTION and INPUT.
  14. DEL: represent deleted text.
  15. DFN: represents the additional definition term.
  16. EM: represents an emphasized text.
  17. EMBED: represents the plugin content in html document.
  18. I: represents italic text.
  19. IFRAME: represents an inline frame.
  20. IMG: represents an image.
  21. INPUT: represents an input control.
  22.  INS: represents inserted text.
  23. KBD: represents keyboard text.
  24. KEYGEN: represents control to generate key pairs.
  25. LABEL: represents label for an input element.
  26. MAP: represents an image map.
  27. MARK: represents a text in an html document that is highlighted for reference.
  28. MATH: defines math expression.
  29. METER: defines measurement.
  30. NOSCRIPT: represents alternate text to be displayed on the web browser that does not support javascript.
  31. OBJECT: represents an embedded object.
  32. OUTPUT: represents some output.
  33. PROGRESS: defines the progress of task and operations.
  34. Q: represents short Quotation.
  35. RUBY: allows you to mark up ruby annotations in an html document.
  36. SAMP: represents sample computer code.
  37. SCRIPT: represents a client side script.
  38. SELECT: represents a select list.
  39. SMALL: represents a small text.
  40. SPAN: represents section in an html document.
  41. STRONG: Represents a strong text.
  42. SUB: represents subscript text.
  43. SUP: represents superscript text.
  44. SVG: defines graphics in XHTML document.
  45. TIME: defines date or / and time.
  46. TEXTAREA: represents multi line text input control.
  47. VAR: represents a variable part of the text.
  48. VIDEO: represents Videos streams.
  49.  WBR: defines a line break opportunity.
  50. TEXT: represents text in an html document.

0 comments:

Post a Comment