HTML CSS Reference/HTML Attributes Reference/language

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

"language" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For language</Title></head> <BODY> <script language="JavaScript"> </script> </BODY> </HTML>


     </source>
   
  


language is applied to

   <source lang="html4strict">

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

| |
<body> |

| |<button> |

| |
|

| | <custom> | | |

| | | <dir> |

| |
|

| |

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

| |<hn>
|

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

| |
  • <listing> | | |<map> <marquee> | | |<nobr> <object> | | |
      <option> | | |

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

        "language" Syntax and Note

        <source lang="html4strict"> Note:

        This attribute specifies the programming language used by a client or server side script. Possible values include Jscript, javascript, vbs or vbscript, XML, etc.

        Syntax:

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


        </source>

      |

      | |<textarea> <tfoot> |

      | |
      <thead> | | |