Amion Pro Tips: HTML Text Formatting

Text Tags:

<pre> </pre> Creates pre-formatted text
<h1> </h1> Creates headlines – h1=largest, h6=smallest
<b> </b> Creates bold text
<i> </i> Creates italicized text
<cite> </cite> Creates a citation, usually processed in italics
<font size=?> </font> Sets size of font, 1 to 7
<font color=?> </font> Sets font color
<font face=?> </font> Defines the font used

Text Formatting:

<p> </p>  Creates a new paragraph
<br> </br> Inserts a line break
<blockquotes> </blockquote> Puts content in a quote - indents text from both sides

Lists:

<ul> </ul> Creates an unordered list
<ol start=?> </ol> Creates an ordered list (start=xx, where xx is a counting number)
<dl> </dl> Creates a definition list

Links:

<a href=”URL”>clickable text</a> Creates a hyperlink to a Uniform Resource Locator
<a href=”mailto:EMAIL_ADDRESS”>clickable text</a> Creates a hyperlink to an email address
<a name="NAME"> Creates a target location within a document
<a href="#NAME">clickable text</a> Creates a link to that target location

Tables:

<table> </table> Creates a table
<tr> </tr> Sets off each row in a table
<td> </td>  Sets off each cell in a row
<th> </th> Sets off the table header (a normal cell with bold, centered text)
<table border=?> Sets the width of the border around the table cells
<tr align=?> Sets alignment for cells within the row (left/center/right)
<td align=?> Sets alignment for cells (left/center/right)
<tr valign=?> Sets vertical alignment for cells within the row (top/middle/bottom)
<td valign=?> Sets vertical alignment for cell (top/middle/bottom)
<table cellspacing=?> Sets amount of space between table cells

 


Have more questions? Submit a request

Don't see what you're looking for?

Powered by Zendesk