Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBinuri Gunasekara
263 PointsHow to open the index.html in programming,basics writing your program?
I HAVE A PROBLEM IN OPENING THE JAVA SCRIPT FILE CAN U HELP BECAUSE THE WAY TO OPEN IT ISN'T SHOWN THERE.....
2 Answers
Anton Kalenik
4,639 Points<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<script>
YOUR JS CODE HERE
</script>
</head>
<body>
</body>
</html>
and open it in your browser
Anton Kalenik
4,639 PointsDo you want to start your javascript programm?
Binuri Gunasekara
263 Pointsyeah......
Binuri Gunasekara
263 PointsBinuri Gunasekara
263 Pointswhat do u mean????????
Binuri Gunasekara
263 PointsBinuri Gunasekara
263 Pointsok i understood