Text Tags

Next ❯Text Formats

This provide you, Tags that are being used to write your HTML document

  • Heading Tags<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
  • Paragraph Tag<p>
Tag:
  • label_outlineHeading Tags <h1> - <h6>
    <h1>Heading no 1 </h1>
    <h2>Heading no 2 </h2>
    <h3>Heading no 3 </h3>
    <h4>Heading no 4 </h4>
    <h5>Heading no 5 </h5>
    <h6>Heading no 6 </h6>

    Output:

    Heading no 1

    Heading no 2

    Heading no 3

    Heading no 4

    Heading no 5
    Heading no 6
    • Used to provide Heading to your document
    • As the Heading value increases the font size of it decreases
    • You can use it as per your need (Like For Main Heading You can use <h1> and for sub-headings <h2>, <h3>, <h4>, <h5>, <h6>)
  • label_outlineParagraph Tag <p>
    <p>This is a Paragraph 1 without spaces </p>
    <p>This is &nbsp;&nbsp; a Paragraph 2 &nbsp; &nbsp;&nbsp; with spaces </p>

    Output:

    This is a Paragraph 1 without spaces

    This is    a Paragraph 2      with spaces

    • To write a paragraph, you can use this particular tag
    • To provide more than one space you have to use &nbsp; that many times
    • Note! You can use <br> tag to display the data in Next Line
Browsers Supports
SafariMicrosoft EdgeMozilla FirefoxChromeOpera Mini

Click on the above icon to see the name of the browser !

  • Tips! Always try to use latest version of browser

  • Text Formats
❮ Prev Header Tags
Next ❯Text Formats
TryOut Examples"Learn to Explore..!"

TryOut Editor

receipt