Warning: Table './mandrew182_base/sessions' is marked as crashed and should be repaired query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'c7b3e091d0e2abf5759ab923fac3c840' in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc on line 128

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc:128) in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/bootstrap.inc on line 981

Warning: Cannot modify header information - headers already sent by (output started at /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc:128) in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/bootstrap.inc on line 582

Warning: Cannot modify header information - headers already sent by (output started at /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc:128) in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/bootstrap.inc on line 583

Warning: Cannot modify header information - headers already sent by (output started at /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc:128) in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/bootstrap.inc on line 584

Warning: Cannot modify header information - headers already sent by (output started at /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc:128) in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/bootstrap.inc on line 585
Flex HTML tags and HTML tags | mandrew182.org.ua
 

Flex HTML tags and HTML tags

02 Гру 2008
warning: Cannot modify header information - headers already sent by (output started at /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/database.mysql.inc:128) in /home/mandrew182/domains/mandrew182.org.ua/public_html/includes/common.inc on line 141.

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>