Javascript basics 01

,

JavaScript adds simple or sophisticated interactivity to a Web site, enhancing the user’s experience. Like any programming language, you need to understand the building blocks before you can start pro…

JavaScript adds simple or sophisticated interactivity to a Web site, enhancing the user’s experience. Like any programming language, you need to understand the building blocks before you can start programming.

Start at the Beginning

Browsers know to interpret Web pages as HTML because of the tags. Since JavaScript is contained inside an HTML document, it needs to be set apart with the tags.



TITLE< itle> <p><script language="JavaScript"><!-- Comment from older browsers YOUR SCRIPT HERE // end commenting out --><br /></script><br></p>

Don’t forget that last