Created
July 26, 2018 09:12
-
-
Save motionrus/2db7cf2bfd3fd2ac00cab657cb6b49c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Урок2</title> | |
</head> | |
<body> | |
<p>текст до выполнения скрипта</p> | |
<script> | |
alert("Раз"); | |
alert("Два"); | |
alert("Три"); | |
</script> | |
<p>текст после выполнения скрипта</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment