Line Break, Paragraph, Underline, Center, Italic, Emphasis, Bold And Strong Tags

Line Break, Paragraph, Underline, Center, Italic, Emphasis, Bold And Strong Tags

Line Break and Paragraph Tags

You can format the placement of the text on your webpage with the line break and paragraph tags.

  • Line Break Tag
    Use the code below to force the text to move to the next line on your webpage.
    <br>


  • Paragraph Tag
    Use the code below to create a paragraph of text on the webpage. Place your text between the opening <p> and closing </p> tags.
    <p>Text goes here</p>

Underline, Center, Italic, Emphasis, Bold And Strong Tags

Control the look of the text on your webpage with these text formatting tags.

  • Underline Tag
    Use the code below to underline the text on the webpage. Place your text between the opening <u> and closing </u> tags.
    <u>Text goes here</u>


  • Bold and Strong Tags
    Use the code below to make the text on the webpage bold or strong. Place your text between the opening and closing <b> bold or <strong> strong tags.
    <b> Text goes here </b>

    <strong> Text goes here </strong>


  • Italic and Emphasis Tags
    Use the code below to make the text on the webpage italic. Place your text between the opening and closing <i> italic tags. You can also use the <em> tag to emphasize the text.
    <i>Text goes here</i>

    <em>Text goes here</em>


  • Center Tag
    Use the code below to center text on the webpage. Place your text between the opening and closing <center> center tags.
    <center> Text goes here </center>






This site needs an editor - click to learn more!



RSS
Related Articles
Editor's Picks Articles
Top Ten Articles
Previous Features
Site Map





Content copyright © 2023 by Diane Cipollo. All rights reserved.
This content was written by Diane Cipollo. If you wish to use this content in any manner, you need written permission. Contact BellaOnline Administration for details.