SlideShare ist ein Scribd-Unternehmen logo
1 von 10
• Discuss the syntax in writing the
  JavaScript in the HTML
  documents.
• Apply the basic JavaScript
  command in displaying text in an
  HTML documents.
• It is an object-oriented, client
  based scripting language
  created by Netscape
  programmer, Brendan Eich.
• What can you do using
  JavaScript?
JavaScript syntax
<html>                             <html>
<head><title>JS<title>             <head><title>JS<title>
</head>                            </head>
<script type= “text/javascript”>   <script language= “Javascript”>
alert(“Welcome to the World        alert(“Welcome to the World
   of Dynamic Programming”);          of Dynamic Programming”);
</script>                          </script>
<body>                             <body>
</body>                            </body>
</html>                            </html>
The <SCRIPT> and </SCRIPT> tags are the main way of
   connecting JavaScript code to HTML. You are free to
 embed as many scripts into a single HTML document as
         you like using multiple <SCRIPT> tags.
Script tags                      What it does
<script language= “JavaScript>   Tells your browser that JavaScript
                                 code is about to appear
alert(“Welcome….”);              -Statements
                                 (object, properties, function, vari
                                 ables , methods, and events.
                                 -Semi colon terminates the
                                 statements
</script>                        Tells the browser that the
                                 JavaScript code is all done and it
                                 can go back to HTML code
DISPLAYING TEXT
• <html>
• <body>
• <script type= “text/javascript”>
• document.write(“Welcome to the World of
  Dynamic Web Programming!”)
• </script>
• Note: The word document.write is a standard JavaScript command
  for displaying text/output in a page.
• The entire line document.write(“Welcome…!”) is called as
  statements
• document is the object name and write is the property name.
• Notice that a dot (.) is used to separate the object name from a
  property name. This is the syntax to access the property of an
  object
SUMMARY
     Writing/Scripting in JavaScript
   JavaScript code is typically embedded in the
   HTML, to be interpreted and run by the client's
   browser. Here are some tips to remember when
   writing JavaScript commands.
• JavaScript appears within the <Head> and <Body>
   sections of an HTML document.
• JavaScript code is case sensitive
• White space between words and tabs are ignored
• Line breaks are ignored except within a statement
• JavaScript statements end with a semi- colon (;)
• A JavaScript code is a sequence of statements
  that can be embedded into an HTML page and
  executed directly by a Web browser to generate
  dynamic HTML page.
• Scripting in JavaScript entails working with
  objects, which you can create yourself or use
  those built-in the language.
• You can access information(properties) about the
  objects, perform actions(methods) on them and
  responds(event handler) to the events that
  happen to them.
• Objects, properties, methods, and event handlers
  are the building blocks of JavaScript programs.
CompuQuiz/Exercises/Evaluation
1. Write the JavaScript Syntax.
2. What is the script tag tells the browser that a
   JavaScript code is about to appear?
3. It what part or sections of the HTML documents
   where script tags can be written?
4. What is the basic JavaScript code or command
   for displaying text in you HTML documents?
5. What symbols it use to terminate a JavaScript
   statements?
Assignment
1. Research on the following JavaScript
  commands.
• Alert
• Confirm

2. What is the purpose of the alert and confirm
  script commands in a web page?

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Introduction of javascript
Introduction of javascriptIntroduction of javascript
Introduction of javascript
 
Javascript
JavascriptJavascript
Javascript
 
JAVA SCRIPT
JAVA SCRIPTJAVA SCRIPT
JAVA SCRIPT
 
Javascript
JavascriptJavascript
Javascript
 
Introduction to html & css
Introduction to html & cssIntroduction to html & css
Introduction to html & css
 
Test2
Test2Test2
Test2
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Javascript by geetanjali
Javascript by geetanjaliJavascript by geetanjali
Javascript by geetanjali
 
Javascript tutorial
Javascript tutorialJavascript tutorial
Javascript tutorial
 
Javascripts. pptt
Javascripts. ppttJavascripts. pptt
Javascripts. pptt
 
Java script Session No 1
Java script Session No 1Java script Session No 1
Java script Session No 1
 
Web development basics (Part-4)
Web development basics (Part-4)Web development basics (Part-4)
Web development basics (Part-4)
 
Js syntax
Js syntaxJs syntax
Js syntax
 
Js mod1
Js mod1Js mod1
Js mod1
 
Js ppt
Js pptJs ppt
Js ppt
 
Javascript
JavascriptJavascript
Javascript
 
Javascript
JavascriptJavascript
Javascript
 
Javascript
JavascriptJavascript
Javascript
 
JavaScript: Implementations And Applications
JavaScript: Implementations And ApplicationsJavaScript: Implementations And Applications
JavaScript: Implementations And Applications
 
Introduction to Jquery
Introduction to JqueryIntroduction to Jquery
Introduction to Jquery
 

Andere mochten auch (8)

Word processor
Word processorWord processor
Word processor
 
Alternative Word Processors
Alternative Word ProcessorsAlternative Word Processors
Alternative Word Processors
 
Word processors in the classroom
Word processors in the classroomWord processors in the classroom
Word processors in the classroom
 
Word processor
Word processorWord processor
Word processor
 
The Word Processor
The Word ProcessorThe Word Processor
The Word Processor
 
Data and Information Visualization: the Principles of Infographics - English ...
Data and Information Visualization: the Principles of Infographics - English ...Data and Information Visualization: the Principles of Infographics - English ...
Data and Information Visualization: the Principles of Infographics - English ...
 
Word processors in the classroom
Word processors in the classroomWord processors in the classroom
Word processors in the classroom
 
Word processor in the classroom
Word processor in the classroomWord processor in the classroom
Word processor in the classroom
 

Ähnlich wie Java script writing javascript

Basics java scripts
Basics java scriptsBasics java scripts
Basics java scripts
ch samaram
 
Intro to Javascript and jQuery
Intro to Javascript and jQueryIntro to Javascript and jQuery
Intro to Javascript and jQuery
Shawn Calvert
 
Java script202
Java script202Java script202
Java script202
Wasiq Zia
 

Ähnlich wie Java script writing javascript (20)

Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academy
 
2javascript web programming with JAVA script
2javascript web programming with JAVA script2javascript web programming with JAVA script
2javascript web programming with JAVA script
 
BEAAUTIFUL presentation of java
BEAAUTIFUL  presentation of javaBEAAUTIFUL  presentation of java
BEAAUTIFUL presentation of java
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTING
 
Java script
Java scriptJava script
Java script
 
Basics java scripts
Basics java scriptsBasics java scripts
Basics java scripts
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptx
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
 
Java script Learn Easy
Java script Learn Easy Java script Learn Easy
Java script Learn Easy
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java script
 
Wt unit 2 ppts client sied technology
Wt unit 2 ppts client sied technologyWt unit 2 ppts client sied technology
Wt unit 2 ppts client sied technology
 
Wt unit 2 ppts client side technology
Wt unit 2 ppts client side technologyWt unit 2 ppts client side technology
Wt unit 2 ppts client side technology
 
Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)
 
Intro to Javascript and jQuery
Intro to Javascript and jQueryIntro to Javascript and jQuery
Intro to Javascript and jQuery
 
Java script202
Java script202Java script202
Java script202
 
Final Java-script.pptx
Final Java-script.pptxFinal Java-script.pptx
Final Java-script.pptx
 
Java scipt
Java sciptJava scipt
Java scipt
 
JavaScript
JavaScriptJavaScript
JavaScript
 
Overview of PHP and MYSQL
Overview of PHP and MYSQLOverview of PHP and MYSQL
Overview of PHP and MYSQL
 
Javascript
JavascriptJavascript
Javascript
 

Mehr von Jesus Obenita Jr.

Session 2 test construction.mt's
Session 2   test construction.mt'sSession 2   test construction.mt's
Session 2 test construction.mt's
Jesus Obenita Jr.
 

Mehr von Jesus Obenita Jr. (20)

Organization and management 3 a Evolution of Management Theory
Organization and management 3 a Evolution of Management TheoryOrganization and management 3 a Evolution of Management Theory
Organization and management 3 a Evolution of Management Theory
 
Organization and management 2 Management Function
Organization and management 2 Management FunctionOrganization and management 2 Management Function
Organization and management 2 Management Function
 
Organization and management 1
Organization and management 1Organization and management 1
Organization and management 1
 
Designing web page marquee and img tag
Designing web page  marquee and img tagDesigning web page  marquee and img tag
Designing web page marquee and img tag
 
Ms excel 2013 formatting worksheets
Ms excel 2013 formatting worksheetsMs excel 2013 formatting worksheets
Ms excel 2013 formatting worksheets
 
Ms excel 2013 data management
Ms excel 2013 data managementMs excel 2013 data management
Ms excel 2013 data management
 
Microsoft Excel introduction
Microsoft Excel introductionMicrosoft Excel introduction
Microsoft Excel introduction
 
Word 2013 working with pictures
Word 2013 working with picturesWord 2013 working with pictures
Word 2013 working with pictures
 
Word 2013 Formatting Page
Word 2013 Formatting PageWord 2013 Formatting Page
Word 2013 Formatting Page
 
Word 2013 8
Word 2013 8Word 2013 8
Word 2013 8
 
Ms word 2013 7
Ms word 2013 7Ms word 2013 7
Ms word 2013 7
 
Ms word 2013 6
Ms word 2013 6Ms word 2013 6
Ms word 2013 6
 
Ms word 2013 4
Ms word 2013 4Ms word 2013 4
Ms word 2013 4
 
Ms word 2013 2
Ms word 2013 2Ms word 2013 2
Ms word 2013 2
 
Ms word 2013
Ms word 2013Ms word 2013
Ms word 2013
 
Parts of the ms word 2013 screen and
Parts of the ms word 2013 screen andParts of the ms word 2013 screen and
Parts of the ms word 2013 screen and
 
Session 2 test construction.mt's
Session 2   test construction.mt'sSession 2   test construction.mt's
Session 2 test construction.mt's
 
Cooking ingredients
Cooking ingredientsCooking ingredients
Cooking ingredients
 
Color theory
Color theoryColor theory
Color theory
 
Computer software
Computer softwareComputer software
Computer software
 

Java script writing javascript

  • 1.
  • 2. • Discuss the syntax in writing the JavaScript in the HTML documents. • Apply the basic JavaScript command in displaying text in an HTML documents.
  • 3. • It is an object-oriented, client based scripting language created by Netscape programmer, Brendan Eich. • What can you do using JavaScript?
  • 4. JavaScript syntax <html> <html> <head><title>JS<title> <head><title>JS<title> </head> </head> <script type= “text/javascript”> <script language= “Javascript”> alert(“Welcome to the World alert(“Welcome to the World of Dynamic Programming”); of Dynamic Programming”); </script> </script> <body> <body> </body> </body> </html> </html>
  • 5. The <SCRIPT> and </SCRIPT> tags are the main way of connecting JavaScript code to HTML. You are free to embed as many scripts into a single HTML document as you like using multiple <SCRIPT> tags. Script tags What it does <script language= “JavaScript> Tells your browser that JavaScript code is about to appear alert(“Welcome….”); -Statements (object, properties, function, vari ables , methods, and events. -Semi colon terminates the statements </script> Tells the browser that the JavaScript code is all done and it can go back to HTML code
  • 6. DISPLAYING TEXT • <html> • <body> • <script type= “text/javascript”> • document.write(“Welcome to the World of Dynamic Web Programming!”) • </script> • Note: The word document.write is a standard JavaScript command for displaying text/output in a page. • The entire line document.write(“Welcome…!”) is called as statements • document is the object name and write is the property name. • Notice that a dot (.) is used to separate the object name from a property name. This is the syntax to access the property of an object
  • 7. SUMMARY Writing/Scripting in JavaScript JavaScript code is typically embedded in the HTML, to be interpreted and run by the client's browser. Here are some tips to remember when writing JavaScript commands. • JavaScript appears within the <Head> and <Body> sections of an HTML document. • JavaScript code is case sensitive • White space between words and tabs are ignored • Line breaks are ignored except within a statement • JavaScript statements end with a semi- colon (;)
  • 8. • A JavaScript code is a sequence of statements that can be embedded into an HTML page and executed directly by a Web browser to generate dynamic HTML page. • Scripting in JavaScript entails working with objects, which you can create yourself or use those built-in the language. • You can access information(properties) about the objects, perform actions(methods) on them and responds(event handler) to the events that happen to them. • Objects, properties, methods, and event handlers are the building blocks of JavaScript programs.
  • 9. CompuQuiz/Exercises/Evaluation 1. Write the JavaScript Syntax. 2. What is the script tag tells the browser that a JavaScript code is about to appear? 3. It what part or sections of the HTML documents where script tags can be written? 4. What is the basic JavaScript code or command for displaying text in you HTML documents? 5. What symbols it use to terminate a JavaScript statements?
  • 10. Assignment 1. Research on the following JavaScript commands. • Alert • Confirm 2. What is the purpose of the alert and confirm script commands in a web page?