Page 26 - modular_v2.0_HTML&_CSS_Fb
P. 26

CLASS: This attribute specifies one or more class names for the body element. These classes
                       can be used for CSS styling or JavaScript targeting.
                                <BODY CLASS="animal">
                       ROLE: This attribute specifies the role of the body element. It is used to enhance accessibility.

                                <BODY ROLE="document">

                     HTML5 DEPRECATED TAGS

                        TAGS                     DESCRIPTIONS                             ALTERNATIVE

                   <BASEFONT>         To Specify a basefont.                   COLOR, FONT-SIZE, and

                                                                               FONT-FAMILY. (CSS properties)


                   <FONT>             It specifies font text, size and color.  FONT-FAMILY, FONT-SIZE, COLOR.
                                                                               (CSS Property)


                   <CENTER>           It specifies a centered Text.            text-align:center.
                                                                               (CSS Property)


                   <STRIKE>           It specifies a strike-through text.      text-decoration.

                                                                               (CSS Property)

                   <BIG>              Defines big text.                        Use CSS properties or Heading tags.

                   <ACRONYM>          An acronym is defined using this tag. Use <ABBR>


                   <NOFRAME>          It  is  used  to  define  a  NOFRAME  Either use an <IFRAME> and CSS or
                                      section.                                 use server-side include to generate
                                                                               complete  pages  with  the  various
                                                                               invariant parts merged in.



                   <FRAMESET>         It specifies a set of frames.            Either  use <IFRAME> and  CSS or
                                                                               use server-side include to generate
                                                                               merged in.


                   <FRAME>            It specifies a frame.                    Either  use <IFRAME> and  CSS or
                                                                               use server-side include to generate

                                                                               complete  pages  with  the  various
                                                                               invariant parts merged in.








                   24
                          Touchpad MODULAR (Ver. 2.0)
   21   22   23   24   25   26   27   28   29   30   31