These are basic HTML tags used for formatting text:
<p>
: Defines a paragraph. It creates a block of text with some space above and below it.- Example:
<p>This is a paragraph.</p>
- Example:
<b>
: Makes the enclosed text bold. This tag is used to emphasize text, making it stand out.- Example:
<b>This text is bold.</b>
- Example:
<i>
: Italicizes the enclosed text. This tag is used to highlight text or indicate titles or important words.- Example:
<i>This text is italicized.</i>
- Example:
<u>
: Underlines the enclosed text. This tag is often used to emphasize text.- Example:
<u>This text is underlined.</u>
- Example:
0 Comments
Please do note create link post in comment section