HTML5: Как указать, что скрипт выполняется после завершения анализа страницы?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>How to specify that the script is executed when the page has finished parsing</title>
</head>
<body>
<script src="https://kodesource.top
/html-css-exercise/basic/solution/async-example.js" defer></script>
<p>The script above requests information from the paragraph below. Normally, this is not possible, because the script is executed before the paragraph exists.</p>
<p id="output">Click Me</p>
</body>
</html>
Демонстрация в реальном времени:
См. Сценарий Pen Defer-Response от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code