Difference between revisions of "Simple HTML to Format Text"
From Phoenix Cart User Guide
PeterRobert (talk | contribs) |
PeterRobert (talk | contribs) |
||
| Line 3: | Line 3: | ||
<big>'''HTML - HyperText Markup Language'''</big> | <big>'''HTML - HyperText Markup Language'''</big> | ||
| − | |||
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. | 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. | ||
Revision as of 08:53, 2 March 2024
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> 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>
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.
All other content is the reserved Intellectual Property and Copyright of phoenixcart.org