Script Type Or Language?
I’ve been asking myself, what is the difference between this tag:
<script language="javascript">
and this tag:
<script type="text/javascript">
After doing some googling, I found this documentation.
The “language” specifies the scripting language of the contents of this element. Its value is an identifier for the language, but since these identifiers are not standard, this attribute has been deprecated in favor of type.
Therefore, you can say goodbye to <script language="">
Posted on May 23rd, 2007 by SMD
Filed under: Javascript, Web Development
I am a Free and Open Source Software lover, advocate. I would like to see Open Source grow, and more users being able to use and understand it. I would like to continue to become a part of this growing community, and to grow with it! 



Leave a Reply