Simple HTML to Format Text

From Phoenix Cart User Guide
Back
FAQ Tips & Tricks

HTML - HyperText Markup Language

HTML can be used to create complete web pages but most commonly, users will want to use it to format text, for example, for product descriptions.

Create a paragraph, start each paragraph with <p> and end with </p>

Create a line break, end with <br>

Make text bold, start text with <b> and end with </b>

Center text, start text with <center> and end with </center>

Example:

The following is entered in Products Description when adding or editing a Product.

<p>This paragraph text is contained in "paragraph tags". Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Second paragraph text with this sentence ending with a "line break".<br>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p><b>Third paragraph text contained in "paragraph tags" with this sentence contained in "bold tags".</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Turpis massa tincidunt dui ut ornare lectus sit amet est. </p>
<p><center><b>Fourth paragraph text contained in "paragraph tags" with this sentence contained in "bold tags" and "center tags".</b></center>This sentence ends with a "line break".<br>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Fifth paragraph text is contained in "paragraph tags". Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>


Viewing the Product page shows this:

Html-example.png

Learn more here: https://www.w3schools.com/html/default.asp

Internet search for more resources about the use of HTML.


Phoenix Cart User Guide, like CE Phoenix Cart, is free to use but is maintained by unpaid volunteers.

Code references are licensed under a Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales License.
All other content is the reserved Intellectual Property and Copyright of phoenixcart.org