Welcome ðŸŽ‰

logo

ReactLMS

Search
Light Mode
Contact Us

1 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred

Formatting tags are used to quickly and effectively redefine the content of html, let's study to understand this technique better.

Concept Tag <i> is used to italicize a piece of text that is wrapped by this tag. How to use Example: Result:
Concept The tag <strong> in HTML is used to format a text element as bold or highlighted. By using the tag <strong>, you can help readers quickly identify important information in the...
Concept: The <b> tag in HTML is used to make a text bold. When using this tag, the content inside the <b> tag will be displayed with a bold font. Note: Usage: Example: Result:
concept The <u> tag in HTML is used to underline a part or the entire content inside it. When using this tag, the text will be displayed with an underline. Note: How to use Here is an example...
Concept Tag <sub> in HTML is used to display smaller and subscript text below the main text. This tag is often used to display indices, chemical formulas, or small parameters related to the...
Concept In HTML, the <sub> tag is used to display text as subscript. This tag is often used to display characters smaller than normal, such as chemical subscripts, subnumbers, etc. Usage...
Concept Tag <pre> in HTML is used to display text in a formatted and preserved format. This is one of the tags used to display code or specially formatted text. Usage Result Tag <pre>...
Concept The <code> tag in HTML is used to format code snippets, source code, or code-related elements. When using this tag, the content inside will be displayed in a monospace font and...
Concept The <small> tag in HTML is used to define a smaller portion of text compared to the surrounding text. Usually, the content inside the <small> tag will be displayed with a smaller...
Concept The <abbr> tag in HTML is used to define an abbreviation or an acronym. When using the <abbr> tag, you can provide the reader with additional information about the abbreviation...
Concept The <kbd> tag in HTML is used to display keys pressed on the keyboard. This tag is often used to format shortcuts or source code snippets in text. How to use Result
Concept In HTML, the <del> tag is used to mark and delete deleted content in a document. This is a useful tool for highlighting deleted or changed text. How to use Result
Concept The <s> tag in HTML is used to mark strikethrough text. It is often used to indicate that the content has been removed or is no longer valid. Usage Result Limitations The <s> tag...
Concept The <ins> tag in HTML is used to mark text that has been inserted at a specific position in a paragraph. When using this tag, the browser will display the inserted text with an...
Concept The <mark> tag in HTML is used to highlight a part of text on a website. When applying this tag, the text part is highlighted by brightening or using different colors. How to use...
Concept The <blockquote> tag in HTML is used to quote a block of text from an external source. It is often used to highlight quotations or content excerpted from another source. Tag...
Concept The <address> tag is used to format contact information. It is often used to display information about the author or owner of a website. How to use Result
Concept The <cite> tag in HTML is used to format a text element as a quotation or an author's name. How to use Result In the example above, the <cite> tag is used to emphasize the...
Concept Tag <dfn> in HTML is used to define a term. This term is commonly used in technical articles or instructional materials. How to use Result
Concept Tag <meter> in HTML is used to display a numeric value on a progress bar. It is commonly used to measure and display the progress of a certain task. Usage Syntax Where: Example Result...
Concept Tag <progress> is used to display the progress or percentage of completion of a task. It is very useful when you want to display the progress of a process, such as downloading a file,...
Concept The <q> tag in HTML is used to format short quotations within a text paragraph. When using this tag, the quotation will be displayed in double quotes. How to use Result Tag <q>...
Concept The <samp> tag in HTML is used to format text as a piece of source code or the output result of a code snippet. It is used to display code snippets, commands, or output results in a...
Concept The <template> tag is used to define a template that contains HTML elements that you can reuse. When creating a template, the elements inside it will not be displayed directly in the...
Concept The <time> tag in HTML is used to mark and display information about time or date in an HTML document. It provides a standard way to display time and date on web pages. Usage Result In...
Concept Tag <var> in HTML is used to name a variable or a variable value in a piece of code. How to use Result In this example, tag <var> is used to display the value of variable x.



Read more