<style Type = "text/css">
DIV.limit {color: blue}
DIV.extend {color: red}
DIV.access {color: green}
</style>
HTML 4.0
<DIV class=limit>
was designed to address many
of the limitations of HTML 3.2
by providing enhancements to
tables, forms, and frames.
</DIV>
<P>
<DIV class=extend>
provides additional capabilities
to content providers, by extending
HTML to allow the use of scripts,
style rules, and objects in HTML
documents.
</DIV>
<P>
<DIV class=access>
provides better access to the Web
for international users and people
with disabilities.
</DIV>
|
HTML 4.0
-was designed to address many of
the limitations of HTML 3.2 by
providing enhancements to tables,
forms, and frames.
-provides additional capabilities to
content providers, by extending
HTML to allow the use of scripts,
style rules, and objects in HTML
documents.
-provides better access to the Web
for international users and people
with disabilities.
|