Simple HTML to Format Text

From Phoenix Cart User Guide
Revision as of 11:34, 7 October 2021 by PeterRobert (talk | contribs)
Back
FAQ Tips & Tricks

big>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>e.g. <p>your text.</p>

Create a line break, end with <br>e.g. your text.</br>

Make text bold, start text with <b> and end with </b>e.g. <b>your text.</b>

Center text, start text with <center> and end with </center>e.g. <center>your text.</center>


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