HTML CSS Reference/HTML Attributes Reference/style

Материал из Web эксперт
Версия от 11:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"style" Example

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For style</Title> </head> <BODY> <a href="http://www.wbex.ru"

  target="_blank" 
  style="font-family:verdana;color:green; font-size:14pt;">wbex.ru

</a> </BODY> </HTML>


     </source>
   
  


style is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<a> <acronym> | | |<address> <applet> | | |<area> | | | |

| |
<body> |

| |
<button> |

| |
|

| | | | |<col> <colgroup> | | |<custom>

| | | |

| |<dir>
| | |
| | | <embed> | | |<fieldset> | | |<form> <frame> | | |<frameset> <hn> | | |
|

| |<iframe> <img> | | |<inputtype="button"> <input type="checkbox"> | | |<input type="file"> <inputtype="hidden"> | | |<input type="image"> <input type="password"> | | |<inputtype="radio"> <input type="reset"> | | |<input type="submit"> <input type="text"> | | | <isindex> | | | <label> |

| |<legend>
  • | | |<link> <listing> | | |<map> <marquee> | | |<menu> <noframes> | | |<object>
      | | |

                               |
      |                |                                                       |
      |                |                                                     |
      |                |                          <select>                      |
      |                |                                                 |
      |                |                                              |
      |                |                                                    |
      |                |                         <tbody>                       |
      |                |                          |
      |                |                                                       |
      |                |
        | | |<xmp> | +----------------+--------------------------------------------------------------+ </source>

        "style" Syntax and Note

        <source lang="html4strict"> Note:

        This attribute applies style inline rules to an element.

        Syntax:

        <element style="value"> . . . </element>


        </source>

      <textarea> | | |<tfoot> | | |<thead>