Difference between revisions of "HTML tags"

From Catalyst
Jump to: navigation, search
(Block elements)
(Block elements)
Line 16: Line 16:
 
* '''<nowiki><ol>&</ol></nowiki>''' - Defines an ordered list
 
* '''<nowiki><ol>&</ol></nowiki>''' - Defines an ordered list
 
* '''<nowiki><li>&</li></nowiki>''' - Defines an Un-ordered list
 
* '''<nowiki><li>&</li></nowiki>''' - Defines an Un-ordered list
* '''<nowiki><table>&</table></nowiki>'''
+
* '''<nowiki><table>&</table></nowiki>''' - Defines a Table
* '''<nowiki><thead>&</thead></nowiki>'''
+
* '''<nowiki><thead>&</thead></nowiki>''' - Defines the heading content of a table
* '''<nowiki><tbody>&</tbody></nowiki>'''
+
* '''<nowiki><tbody>&</tbody></nowiki>''' - Defines the body content of a table
* '''<nowiki><tfoot>&</tfoot></nowiki>'''
+
* '''<nowiki><tfoot>&</tfoot></nowiki>''' - Defines the footer content of a table
* '''<nowiki><tr>&</tr></nowiki>'''
+
* '''<nowiki><tr>&</tr></nowiki>''' - Defines the row of a table
* '''<nowiki><th>&</th></nowiki>'''
+
* '''<nowiki><th>&</th></nowiki>''' - Defines a header cell in a table
* '''<nowiki><td>&</td></nowiki>'''
+
* '''<nowiki><td>&</td></nowiki>'''- Defines a cell in a table
* '''<nowiki><br /></nowiki>'''
+
* '''<nowiki><br></nowiki>''' - Inserts a single line break
* '''<nowiki><hr /></nowiki>'''
+
* '''<nowiki><hr></nowiki>''' - Defines a thematic change in the content
  
 
=== In-line elements ===
 
=== In-line elements ===

Revision as of 16:17, 15 October 2015

Summary

In many "Sales text" fields you can enter text that will appear on your website. In these text fields it is permissible to use a selected sub-set of HTML tags to style the text in various ways.

More Information

The allowed HTML tags are listed below. A description of what they do is beyond the scope of this article.

Generally, paragraph tags (<p>) are not required. Simply leave empty lines between paragraphs and the website will show them as such.

Block elements

  • <h1>&</h1>''' to '''<h6>&</h6> - Defines text as a HTML Heading (h1 = largest - h6 = Smallest)
  • <p>&</p> - Defines a Paragraph
  • <div>&</div> - Define a section of a document
  • <ul>&</ul> - Defines a directory list
  • <ol>&</ol> - Defines an ordered list
  • <li>&</li> - Defines an Un-ordered list
  • <table>&</table> - Defines a Table
  • <thead>&</thead> - Defines the heading content of a table
  • <tbody>&</tbody> - Defines the body content of a table
  • <tfoot>&</tfoot> - Defines the footer content of a table
  • <tr>&</tr> - Defines the row of a table
  • <th>&</th> - Defines a header cell in a table
  • <td>&</td>- Defines a cell in a table
  • <br> - Inserts a single line break
  • <hr> - Defines a thematic change in the content

In-line elements

  • <font>
  • <b>, <strong>, <i> and <em>
  • <span>
  • <img />
  • <a>

See also


Feedback
Thank you for using our Knowledge Base, we value your feedback. Did you find this article useful? 'Yes' or 'No'
Keywords AND Misspellings
Platinum Online, Platinum O+, HTML, sales text