Difference between revisions of "HTML tags"

From Catalyst
Jump to: navigation, search
Line 1: Line 1:
 +
{{Review}}
 +
 
== Summary ==
 
== Summary ==
 
In many {{DataPrompt|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.
 
In many {{DataPrompt|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.
Line 8: Line 10:
  
 
=== Block elements ===
 
=== Block elements ===
* <nowiki><h1> to <h6></nowiki>
+
* <nowiki><h1>&</h1> to <h6>&</h6></nowiki> - Defines text as a HTML Heading (H1 = largest - H6 = Smallest)
* <nowiki><p></nowiki>
+
* <nowiki><p>&</p></nowiki> - Defines a Paragraph
* <nowiki><div></nowiki>
+
* <nowiki><div>&</div></nowiki> - Define a section of a document
* <nowiki><ul>, <ol> and <li></nowiki>
+
* <nowiki><ul>&</ul></nowiki> - Defines a directory list
 +
* <nowiki><ol>&</ol></nowiki> - Defines an ordered list
 +
* <nowiki><li>&</li></nowiki> - Defines an Un-ordered list
 
* <nowiki><table>, <thead>, <tbody>, <tfoot>, <tr>, <th> and <td></nowiki>
 
* <nowiki><table>, <thead>, <tbody>, <tfoot>, <tr>, <th> and <td></nowiki>
 
* <nowiki><br /></nowiki>
 
* <nowiki><br /></nowiki>

Revision as of 09:05, 3 September 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>, <thead>, <tbody>, <tfoot>, <tr>, <th> and <td>
  • <br />
  • <hr />

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