| تگ HTML | توضیح |
|---|
| <acronym> | مدتی است که از این تگ در HTML 5 استفاده نمیشود. به جای آن از تگ <abbr> استفاده نمایید. Defines an acronym |
| <abbr> | Defines an abbreviation or an acronym |
| <address> | Defines contact information for the author/owner of a document/article |
| <b> | Defines bold text |
| <bdi> | Isolates a part of text that might be formatted in a different direction from other text outside it |
| <bdo> | Overrides the current text direction |
| <big> | مدتی است که از این تگ در HTML 5 استفاده نمیشود. به جای آن از دستورات CSS استفاده نمایید. Defines big text |
| <blockquote> | Defines a section that is quoted from another source |
| <center> | مدتی است که از این تگ در HTML 5 استفاده نمیشود. به جای آن از دستورات CSS استفاده نمایید. Defines centered text |
| <cite> | Defines the title of a work |
| <code> | Defines a piece of computer code |
| <del> | Defines text that has been deleted from a document |
| <dfn> | Specifies a term that is going to be defined within the content |
| <em> | Defines emphasized text |
| <font> | مدتی است که از این تگ در HTML 5 استفاده نمیشود. به جای آن از دستورات CSS استفاده نمایید. Defines font, color, and size for text |
| <i> | Defines a part of text in an alternate voice or mood |
| <ins> | Defines a text that has been inserted into a document |
| <kbd> | Defines keyboard input |
| <mark> | Defines marked/highlighted text |
| <meter> | Defines a scalar measurement within a known range (a gauge) |
| <pre> | Defines preformatted text |
| <progress> | Represents the progress of a task |
| <q> | Defines a short quotation |
| <rp> | Defines what to show in browsers that do not support ruby annotations |
| <rt> | Defines an explanation/pronunciation of characters (for East Asian typography) |
| <ruby> | Defines a ruby annotation (for East Asian typography) |
| <s> | Defines text that is no longer correct |
| <samp> | Defines sample output from a computer program |
| <small> | Defines smaller text |
| <strike> | مدتی است که از این تگ در HTML 5 استفاده نمیشود. به جای آن از تگ <del> یا <s> استفاده نمایید. Defines strikethrough text |
| <strong> | Defines important text |
| <sub> | Defines subscripted text |
| <sup> | Defines superscripted text |
| <template> | Defines a container for content that should be hidden when the page loads |
| <time> | Defines a specific time (or datetime) |
| <tt> | مدتی است که از این تگ در HTML 5 استفاده نمیشود. به جای آن از دستورات CSS استفاده نمایید. Defines teletype text |
| <u> | Defines some text that is unarticulated and styled differently from normal text |
| <var> | Defines a variable |
| <wbr> | Defines a possible line-break |