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 Off Campus at HCL Technologies (B.E/B.Tech 2013/14 Batch)

Company : HCL   Location : pan India   Experience : Freshers   Eligibility : B.E./B.Tech 2013/2014 passed outs HCL is recruting through AMCAT. Click  myAMCAT For more details and registration P.S : Though they mentioned above criteria in title, but still options are available for other students ( 2010 passedouts, Polytechnic , PG etc ) , so kindly check and apply .

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,...