CLASS X HTML TAGS paragraph tag, blod, underline These are basic HTML tags used for formatting text:

 These are basic HTML tags used for formatting text:

  1. <p>: Defines a paragraph. It creates a block of text with some space above and below it.

    • Example: <p>This is a paragraph.</p>
  2. <b>: Makes the enclosed text bold. This tag is used to emphasize text, making it stand out.

    • Example: <b>This text is bold.</b>
  3. <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>
  4. <u>: Underlines the enclosed text. This tag is often used to emphasize text.

    • Example: <u>This text is underlined.</u>

Post a Comment

0 Comments