HTML Basic Text Tags To Make a Webpage

 These tags are used to write text in a webpage:

  • Paragraph Tag (<p> </p>):
This tag is used to write simple sentences or paragraphs on your webpage.

  • Italic Tag (<i> </i>):
This tag is used to transform the selected text into italic.

  • Underline Tag (<u> </u>):
This tag is used to underline the selected text.

  • Bold Tag (<b> </b>):
This tag is used to bold the selected text.

  • Emphasize Tag (<em> </em>):
This tag is used to emphasize the selected text but with italic mode.

  • Strong Tag (<strong> </strong>):
This tag is used to emphasize the selected text but with bold mode.

  • Smaller Tag (<small> </small>):
This tag is used to make a text size smaller as compare to normal size, like footnotes.

  • Big Tag (<big> </big>):
This tag is used to make a text size bigger as compare to normal size.

  • Headings Tag (<h1> </h1>):
    • This tag is used to give headings to paragraphs or text. There are six type of headings. "h1" is the largest heading while "h6" is the smallest heading.
    • Subscript Tag (<sub> </sub>):

    This tag is used to write something latterly below the line just like formulas in Sciences, like H2O.

    • Supscript Tag (<sup> </Sup>):
    This tag is used to write something latterly above the line, just like 1st.

    Comments

    Popular posts from this blog

    Top 10 Necessary Linux Commands