Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Gulchin Gulmamadova
Courses Plus Student 1,362 PointsJavascript's <script> basics
here it is
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JavaScript Basics</title>
</head>
<body>
<script src=javascript.js></script>
<script>
alert("Warning!")
</script>
</body>
</html>
6 Answers

Todd MacIntyre
12,248 PointsDo you have a question about this code? If you don't understand the basics of HTML yet, you could jump over to one of Treehouse's beginning HTML tracks offered.

Gulchin Gulmamadova
Courses Plus Student 1,362 Pointsit says too many <script>'s .

Gulchin Gulmamadova
Courses Plus Student 1,362 Pointsscripts

Todd MacIntyre
12,248 Points <script>
alert("Warning!")
</script>
Can you move this alert("Warning!") code into your javascript.js file and remove the script tags?

Gulchin Gulmamadova
Courses Plus Student 1,362 PointsHi Todd, I did paste and copied but it still tells that too many script tags. is it a glitch?

Gulchin Gulmamadova
Courses Plus Student 1,362 Pointsi even put semicolon

Todd MacIntyre
12,248 PointsPlease paste the instructions here and the code you are trying to use. I can better help you with this information.
Gulchin Gulmamadova
Courses Plus Student 1,362 PointsGulchin Gulmamadova
Courses Plus Student 1,362 PointsWhat a great idea, Todd! Thanks a lot, very helpful.