There is small comparison for Flex HTML tags and HTML tags from W3C in this article. Most of them are similar. Also it is possible to simulate some properties with css.
|
Flex HTML tags |
HTML tags |
|
Anchor tag (<a>) href target |
<a> href target |
|
Bold tag (<b>) |
<b> |
|
Break tag (<br>) |
<br> |
|
Font tag (<font>) color face size |
<font> color face size |
|
Image tag (<img>) src id width height align hspace vspace |
<img> src id width height align hspace vspace |
|
Italic tag (<i>) |
<i> |
|
List item tag (<li>) |
<li> |
|
Paragraph tag (<p>) align class |
<p> align class |
|
Span tag (<span>) class |
<span> class |
|
Text format tag (<textformat>) blockindent indent leading leftmargin rightmargin tabstops |
Some kind of <div> - style=”text-indent” style=”line-height” style=”margin-left” style=”margin-right” Some kind of <table> |
|
Underline tag (<u>) |
<u> |