myFuncti...">All geek questions in one placeHow do browsers handle multiple javascript tags?Does the browser support these two fragments equally ?: <script type="javascript"> myFunction1(); myFunction2(); </script> Vs.<script type="javascript"> myFunction1(); </script> <script type="javascript"> myFunction2(); </script> +3javascript browserBlake Aug 22 '10 at 18:38source share1 answerThey will be absolutely equivalent. There are no differences in difference, no differences in performance, nothing.The only difference is that in the analyzed DOM there will be two instead of one element script.+3Pekka 웃 Aug 22 '10 at 18:43source shareSource: https://habr.com/ru/post/1761010/More articles:How to run SQL query from Excel to VBA when changing drop-down list - vbaИзображение не обновляется, когда имя файла остается неизменным в XCode 3.1.2 - imageXNA: get Vector3 from matrix - c #Project structure for the Hibernate Struts project? - javaI do not want to parse some tags in XML - xmlMaximize shape from various shapes C # - c #Очистить TableView в PyQt - pythonhead and tail call to empty list bringing exception - haskellhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1761014/how-do-i-update-a-large-table-in-oracle-plsql-in-batches-to-avoid-running-out-of-undospace&usg=ALkJrhgQ24U--afcH3rjxgUDUaUBLaEYYQЧто такое значимый формат для сохранения форматированного текста в базе данных? - htmlAll Articles
Does the browser support these two fragments equally ?:
<script type="javascript"> myFunction1(); myFunction2(); </script>
Vs.
<script type="javascript"> myFunction1(); </script> <script type="javascript"> myFunction2(); </script>
They will be absolutely equivalent. There are no differences in difference, no differences in performance, nothing.
The only difference is that in the analyzed DOM there will be two instead of one element script.
script
Source: https://habr.com/ru/post/1761010/More articles:How to run SQL query from Excel to VBA when changing drop-down list - vbaИзображение не обновляется, когда имя файла остается неизменным в XCode 3.1.2 - imageXNA: get Vector3 from matrix - c #Project structure for the Hibernate Struts project? - javaI do not want to parse some tags in XML - xmlMaximize shape from various shapes C # - c #Очистить TableView в PyQt - pythonhead and tail call to empty list bringing exception - haskellhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1761014/how-do-i-update-a-large-table-in-oracle-plsql-in-batches-to-avoid-running-out-of-undospace&usg=ALkJrhgQ24U--afcH3rjxgUDUaUBLaEYYQЧто такое значимый формат для сохранения форматированного текста в базе данных? - htmlAll Articles