Skip to main content

Simple Program: Displaying a Line of Text in a Web Page

JavaScript uses notations, javascript may appear strange to non-programmers. We begin by considering a simple script that dispalys the text "Welcome to JavaScript Programming!" in the body of an XHTML document. All major web browsers contains JavaScript interpreters, which process the commands written in JavaScript.

The JavaScript code we write will appear in the <head> section. The browser interprets the contents of the <head> section first, so the JavaScript programs we write there execute before the <body> of the XHTML document displays.

Displaying a Line of Text

<html>
  <head>
    <title>A First Program in JavaScript</title>
    <script type = "text/javascript">
      <!--
      document.writeln( "<h1>Welcome to JavaScript Programming!</h1>" );
      // -->
    </script>
  </head>
  <body>
  </body>
</html>

The <script> tag to indicate to the browser that the text which follows is part of a script. The type attribute specifies the type of file as well as the scripting language used in the script-in this case, a text file written in javascript. Both Internet Explorer and Firefox use JavaScript as the default scripting language.

When a browser that does not support scripts encounters the preceding code, it ignores the <script> and </script> tags and the script code in the XHTML comment. Browers that do support scripting will interpret the JavaScript code as expected.(Some browsers require the JavaScript single-line comment // before the ending XHTML comment delimiter(-->) to interpret the script properly.

Popular posts from this blog

List of software companies in Chennai

List of software companies in Chennai India's Information technology is an industry consisting of IT services and business process outsourcing(BPO). In india information technology is playing an important role, IT sector in India is generating more than 3 million employment. IT & ITeS industry in India has grown enormously. Indian Information Technology has made a mark in the world. Many MNC's are started branches in Indian cities like Bangalore, Chennai, Delhi etc,. The below table shows you list of software companies in Chennai. 4i Apps Solutions Pvt Ltd http://www.4iapps.com Abra Technologies http://www.abratechnologies.com Accel Frontline Ltd http://www.accelfrontline.in Adrenalin eSystems Ltd http://www.myadrenalin.com Akmin Technologies Pvt Ltd http://www.akmin.com American Megatrends India Pvt Ltd http://www.amiindia.co.in Anantara Solutions Pvt Ltd http://www.anantsol.com Arrowpoint Technologies Pvt Ltd http://www.arrowpointtechn...

Freshers Openings at EMC as Systems Engineer On Dec 2014

Company      EMC Corporation Website       www.emc.com Eligibility      BE/B.Tech/M.Tech/MCA Experience    Freshers Location        Bangalore Job Role       Systems Engineer JOB SUMMARY: Company profile : EMC provides the technologies and tools that can help you release the power of your information. We can help you design, build, and manage flexible, scalable, and secure information infrastructures. And with these infrastructures, you'll be able to intelligently and efficiently store, protect, and manage your information so that it can be made accessible, searchable, shareable, and, ultimately, actionable. Job Description: Candidate Profile: 1. Candidate should possess B.Tech/M.Tech/MCA degree from a recognised university. 2. Should have good Time management skills, Organizational skills, Cross-Functional skills. 3. Excellent Communication skills. 4. Ability to in...

Polaris Mega Weekend Drive for Software Engineers On 18th October 2014 @ Chennai

Polaris Mega Weekend Drive for Software Engineers On 18th October 2014   Company Name: Polaris Job Description: Polaris Mega Weekend Drive for Software Engineers On 18th October 2014 Skill Sets:   - Java Developers -  Java, Struts, JSP, Servlets (or) Spring, Hibernate.      Educational Qualification: Any Graduates         Work Experience: 2 to 6 Yrs Work Location: Chennai                                     Walk-in Details: - Walk-in Date: 18th Oct 2014. - Walk-in Time: 9 AM.          Note: - Job Last Date:    Saturday, October 18, 2014    Communication Address:      Polaris Financial Technologies ltd No.34, Rajiv Gandhi Salai, IT Highway Road,...