Difference between revisions of "Simple HTML to Format Text"

From Phoenix Cart User Guide
Line 8: Line 8:
  
 
Create a paragraph, start each paragraph with '''<nowiki><p></nowiki>''' and end with '''<nowiki></p></nowiki>'''e.g. '''<nowiki><p>your text.</p></nowiki>'''
 
Create a paragraph, start each paragraph with '''<nowiki><p></nowiki>''' and end with '''<nowiki></p></nowiki>'''e.g. '''<nowiki><p>your text.</p></nowiki>'''
 +
 +
Create a line break, end with '''<nowiki><br></nowiki>'''e.g. '''<nowiki>your text.</br></nowiki>'''
 +
 +
Make text bold, start text with '''<nowiki><b></nowiki>''' and end with '''<nowiki></b></nowiki>'''e.g. '''<nowiki><b>your text.</b></nowiki>'''
 +
 +
Center text, start text with '''<nowiki><center></nowiki>''' and end with '''<nowiki></center></nowiki>'''e.g. '''<nowiki><center>your text.</center></nowiki>'''
  
 
<hr>
 
<hr>
 
{{Contribute}}
 
{{Contribute}}

Revision as of 11:34, 7 October 2021

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