g
Printer Friendly Version

editor  
BellaOnline's HTML Editor
 

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!

HTML Site @ BellaOnline
View This Article in Regular Layout

Content copyright © 2013 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 Editor Wanted for details.



| About BellaOnline | Privacy Policy | Advertising | Become an Editor |
Website copyright © 2023 Minerva WebWorks LLC. All rights reserved.


BellaOnline Editor