Web accessibility service pageWeb accessibility service page

3.4:H203203 Use style sheets to control layout and content presentation.

Improper design

Web site layout and content exposure did not use the sample table.

Improper design:

<STRONG>critical evaluation</STRONG>
<P>
   Critical evaluation is the new review for teachers, it is also<FONT color="#ff0000" size="2">
   ˇ¨student orientedˇ¨</FONT>teaching set point, if both parties can cooperate, 
   it will maximize the result.
</P>
          

Proper demonstration

Use the setting in the sample table to control Web site layout and content exposure.

Proper example:

<H3>critical evaluation</H3>
<P class="txt">
   Critical evaluation is the new review for teachers,
   it is also<SPAN class="redtxt">ˇ¨student orientedˇ¨</SPAN>teaching set point, 
   if both parties can cooperate, it will maximize the result.
</P>
          
End of Main Content