SlideShare a Scribd company logo
2
Most read
3
Most read
5
Most read
Screen output and keyboard
input in JS
Prof. Neeraj Bhargava
Kapil Chauhan
Department of Computer Science
School of Engineering & Systems Sciences
MDS University, Ajmer
JavaScript Display Possibilities
JavaScript can "display" data in different ways:
 Writing into an HTML element, using innerHTML.
 Writing into the HTML output using document.write().
 Writing into an alert box, using window.alert().
 Writing into the browser console, using console.log().
Using innerHTML
 To access an HTML element, JavaScript can use
the document.getElementById(id) method.
 The id attribute defines the HTML element.
The innerHTML property defines the HTML content:
Cont..
 <p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = 5 + 6;
</script>
Using document.write()
 For testing purposes, it is convenient to
use document.write():
 <script>
document.write(5 + 6);
 </script>
Using window.alert()
 We can use an alert box to display data:
 <html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<script>
window.alert(5 + 6);
</script>
</body>
</html>
Using console.log()
 For debugging purposes, you can call the console.log() method in the browser
to display data.
 <html>
<body>
<script>
console.log(5 + 6);
</script>
</body>
</html>
Assignment
 Explain JavaScript Display Possibilities with each
suitable example.
Ad

Recommended

Event In JavaScript
Event In JavaScript
ShahDhruv21
 
PHP FUNCTIONS
PHP FUNCTIONS
Zeeshan Ahmed
 
C# classes objects
C# classes objects
Dr.Neeraj Kumar Pandey
 
MULTI THREADING IN JAVA
MULTI THREADING IN JAVA
VINOTH R
 
Java Server Pages(jsp)
Java Server Pages(jsp)
Manisha Keim
 
Data types in C language
Data types in C language
kashyap399
 
JavaScript - Chapter 12 - Document Object Model
JavaScript - Chapter 12 - Document Object Model
WebStackAcademy
 
HTTP request and response
HTTP request and response
Sahil Agarwal
 
JavaScript - Chapter 8 - Objects
JavaScript - Chapter 8 - Objects
WebStackAcademy
 
7.data types in c#
7.data types in c#
Zeeshan Ahmad
 
Type casting in java
Type casting in java
Farooq Baloch
 
Dom
Dom
Rakshita Upadhyay
 
Java RMI
Java RMI
Prajakta Nimje
 
Entity relationship modelling
Entity relationship modelling
Dr. C.V. Suresh Babu
 
File handling in Python
File handling in Python
Megha V
 
Asp net
Asp net
Dr. C.V. Suresh Babu
 
JDBC: java DataBase connectivity
JDBC: java DataBase connectivity
Tanmoy Barman
 
C# Exceptions Handling
C# Exceptions Handling
sharqiyem
 
Python Functions
Python Functions
Mohammed Sikander
 
Ado.Net Tutorial
Ado.Net Tutorial
prabhu rajendran
 
Javascript variables and datatypes
Javascript variables and datatypes
Varun C M
 
Dom(document object model)
Dom(document object model)
Partnered Health
 
Javascript 101
Javascript 101
Shlomi Komemi
 
Classes, objects in JAVA
Classes, objects in JAVA
Abhilash Nair
 
SQL commands
SQL commands
GirdharRatne
 
Server Controls of ASP.Net
Server Controls of ASP.Net
Hitesh Santani
 
Java Presentation
Java Presentation
pm2214
 
Cursors
Cursors
Priyanka Yadav
 
JavaScript_introduction_upload.pdf
JavaScript_introduction_upload.pdf
Kongu Engineering College, Perundurai, Erode
 
8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation
JohnLagman3
 

More Related Content

What's hot (20)

JavaScript - Chapter 8 - Objects
JavaScript - Chapter 8 - Objects
WebStackAcademy
 
7.data types in c#
7.data types in c#
Zeeshan Ahmad
 
Type casting in java
Type casting in java
Farooq Baloch
 
Dom
Dom
Rakshita Upadhyay
 
Java RMI
Java RMI
Prajakta Nimje
 
Entity relationship modelling
Entity relationship modelling
Dr. C.V. Suresh Babu
 
File handling in Python
File handling in Python
Megha V
 
Asp net
Asp net
Dr. C.V. Suresh Babu
 
JDBC: java DataBase connectivity
JDBC: java DataBase connectivity
Tanmoy Barman
 
C# Exceptions Handling
C# Exceptions Handling
sharqiyem
 
Python Functions
Python Functions
Mohammed Sikander
 
Ado.Net Tutorial
Ado.Net Tutorial
prabhu rajendran
 
Javascript variables and datatypes
Javascript variables and datatypes
Varun C M
 
Dom(document object model)
Dom(document object model)
Partnered Health
 
Javascript 101
Javascript 101
Shlomi Komemi
 
Classes, objects in JAVA
Classes, objects in JAVA
Abhilash Nair
 
SQL commands
SQL commands
GirdharRatne
 
Server Controls of ASP.Net
Server Controls of ASP.Net
Hitesh Santani
 
Java Presentation
Java Presentation
pm2214
 
Cursors
Cursors
Priyanka Yadav
 

Similar to screen output and keyboard input in js (20)

JavaScript_introduction_upload.pdf
JavaScript_introduction_upload.pdf
Kongu Engineering College, Perundurai, Erode
 
8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation
JohnLagman3
 
Unit5_Web_Updvvgxsvjbffcvvgbjifszated.pptx
Unit5_Web_Updvvgxsvjbffcvvgbjifszated.pptx
1si23bt001
 
Internet Based Programming -3-JAVASCRIPT
Internet Based Programming -3-JAVASCRIPT
stevecom2010
 
JavaScript Core fundamentals - Learn JavaScript Here
JavaScript Core fundamentals - Learn JavaScript Here
Laurence Svekis ✔
 
JavaScript_III.pptx
JavaScript_III.pptx
rashmiisrani1
 
Lecture17 ie321 dr_atifshahzad_js
Lecture17 ie321 dr_atifshahzad_js
Atif Shahzad
 
Final Java-script.pptx
Final Java-script.pptx
AlkanthiSomesh
 
8486477.ppt
8486477.ppt
logesswarisrinivasan
 
gdscWorkShopJavascriptintroductions.pptx
gdscWorkShopJavascriptintroductions.pptx
sandeshshahapur
 
Javascript tutorial
Javascript tutorial
Avinash Malhotra
 
Javascript
Javascript
20261A05H0SRIKAKULAS
 
Introduction to JavaScript presentations
Introduction to JavaScript presentations
XaiMaeChanelleSopsop
 
Java Script
Java Script
Sarvan15
 
Java Script
Java Script
Sarvan15
 
Intro to JavaScript - Thinkful LA, June 2017
Intro to JavaScript - Thinkful LA, June 2017
Thinkful
 
JavaScript ppt for introduction of javascripta
JavaScript ppt for introduction of javascripta
nehatanveer5765
 
Presentation JavaScript Introduction Data Types Variables Control Structure
Presentation JavaScript Introduction Data Types Variables Control Structure
SripathiRavi1
 
Java Script ppt
Java Script ppt
Priya Goyal
 
2javascript web programming with JAVA script
2javascript web programming with JAVA script
umardanjumamaiwada
 
8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation
JohnLagman3
 
Unit5_Web_Updvvgxsvjbffcvvgbjifszated.pptx
Unit5_Web_Updvvgxsvjbffcvvgbjifszated.pptx
1si23bt001
 
Internet Based Programming -3-JAVASCRIPT
Internet Based Programming -3-JAVASCRIPT
stevecom2010
 
JavaScript Core fundamentals - Learn JavaScript Here
JavaScript Core fundamentals - Learn JavaScript Here
Laurence Svekis ✔
 
Lecture17 ie321 dr_atifshahzad_js
Lecture17 ie321 dr_atifshahzad_js
Atif Shahzad
 
Final Java-script.pptx
Final Java-script.pptx
AlkanthiSomesh
 
gdscWorkShopJavascriptintroductions.pptx
gdscWorkShopJavascriptintroductions.pptx
sandeshshahapur
 
Introduction to JavaScript presentations
Introduction to JavaScript presentations
XaiMaeChanelleSopsop
 
Java Script
Java Script
Sarvan15
 
Java Script
Java Script
Sarvan15
 
Intro to JavaScript - Thinkful LA, June 2017
Intro to JavaScript - Thinkful LA, June 2017
Thinkful
 
JavaScript ppt for introduction of javascripta
JavaScript ppt for introduction of javascripta
nehatanveer5765
 
Presentation JavaScript Introduction Data Types Variables Control Structure
Presentation JavaScript Introduction Data Types Variables Control Structure
SripathiRavi1
 
2javascript web programming with JAVA script
2javascript web programming with JAVA script
umardanjumamaiwada
 
Ad

More from chauhankapil (20)

Gray level transformation
Gray level transformation
chauhankapil
 
Elements of visual perception
Elements of visual perception
chauhankapil
 
JSP Client Request
JSP Client Request
chauhankapil
 
Jsp server response
Jsp server response
chauhankapil
 
Markov decision process
Markov decision process
chauhankapil
 
RNN basics in deep learning
RNN basics in deep learning
chauhankapil
 
Introduction to generative adversarial networks (GANs)
Introduction to generative adversarial networks (GANs)
chauhankapil
 
Bayesian probabilistic interference
Bayesian probabilistic interference
chauhankapil
 
Jsp
Jsp
chauhankapil
 
Exception handling in java
Exception handling in java
chauhankapil
 
Knowledge acquistion
Knowledge acquistion
chauhankapil
 
Knowledge based system
Knowledge based system
chauhankapil
 
Introduction of predicate logics
Introduction of predicate logics
chauhankapil
 
Types of inheritance in java
Types of inheritance in java
chauhankapil
 
Representation of syntax, semantics and Predicate logics
Representation of syntax, semantics and Predicate logics
chauhankapil
 
Inheritance in java
Inheritance in java
chauhankapil
 
Propositional logic
Propositional logic
chauhankapil
 
Constructors in java
Constructors in java
chauhankapil
 
Methods in java
Methods in java
chauhankapil
 
Circular linked list
Circular linked list
chauhankapil
 
Gray level transformation
Gray level transformation
chauhankapil
 
Elements of visual perception
Elements of visual perception
chauhankapil
 
JSP Client Request
JSP Client Request
chauhankapil
 
Jsp server response
Jsp server response
chauhankapil
 
Markov decision process
Markov decision process
chauhankapil
 
RNN basics in deep learning
RNN basics in deep learning
chauhankapil
 
Introduction to generative adversarial networks (GANs)
Introduction to generative adversarial networks (GANs)
chauhankapil
 
Bayesian probabilistic interference
Bayesian probabilistic interference
chauhankapil
 
Exception handling in java
Exception handling in java
chauhankapil
 
Knowledge acquistion
Knowledge acquistion
chauhankapil
 
Knowledge based system
Knowledge based system
chauhankapil
 
Introduction of predicate logics
Introduction of predicate logics
chauhankapil
 
Types of inheritance in java
Types of inheritance in java
chauhankapil
 
Representation of syntax, semantics and Predicate logics
Representation of syntax, semantics and Predicate logics
chauhankapil
 
Inheritance in java
Inheritance in java
chauhankapil
 
Propositional logic
Propositional logic
chauhankapil
 
Constructors in java
Constructors in java
chauhankapil
 
Circular linked list
Circular linked list
chauhankapil
 
Ad

Recently uploaded (20)

The basics of hydrogenation of co2 reaction
The basics of hydrogenation of co2 reaction
kumarrahul230759
 
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
ijab2
 
IntroSlides-June-GDG-Cloud-Munich community [email protected]
IntroSlides-June-GDG-Cloud-Munich community [email protected]
Luiz Carneiro
 
chemistry investigatory project for class 12
chemistry investigatory project for class 12
Susis10
 
Development of Portable Biomass Briquetting Machine (S, A & D)-1.pptx
Development of Portable Biomass Briquetting Machine (S, A & D)-1.pptx
aniket862935
 
David Boutry - Mentors Junior Developers
David Boutry - Mentors Junior Developers
David Boutry
 
60 Years and Beyond eBook 1234567891.pdf
60 Years and Beyond eBook 1234567891.pdf
waseemalazzeh
 
machine learning is a advance technology
machine learning is a advance technology
ynancy893
 
02 - Ethics & Professionalism - BEM, IEM, MySET.PPT
02 - Ethics & Professionalism - BEM, IEM, MySET.PPT
SharinAbGhani1
 
Fundamentals of Digital Design_Class_12th April.pptx
Fundamentals of Digital Design_Class_12th April.pptx
drdebarshi1993
 
Montreal Dreamin' 25 - Introduction to the MuleSoft AI Chain (MAC) Project
Montreal Dreamin' 25 - Introduction to the MuleSoft AI Chain (MAC) Project
Alexandra N. Martinez
 
Cadastral Maps
Cadastral Maps
Google
 
3. What is the principles of Teamwork_Module_V1.0.ppt
3. What is the principles of Teamwork_Module_V1.0.ppt
engaash9
 
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
samueljackson3773
 
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Yannis
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
djiceramil
 
Industry 4.o the fourth revolutionWeek-2.pptx
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-Glands & Lugs, Simplex...
362 Alec Data Center Solutions-Slysium Data Center-AUH-Glands & Lugs, Simplex...
djiceramil
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
djiceramil
 
grade 9 science q1 quiz.pptx science quiz
grade 9 science q1 quiz.pptx science quiz
norfapangolima
 
The basics of hydrogenation of co2 reaction
The basics of hydrogenation of co2 reaction
kumarrahul230759
 
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
ijab2
 
chemistry investigatory project for class 12
chemistry investigatory project for class 12
Susis10
 
Development of Portable Biomass Briquetting Machine (S, A & D)-1.pptx
Development of Portable Biomass Briquetting Machine (S, A & D)-1.pptx
aniket862935
 
David Boutry - Mentors Junior Developers
David Boutry - Mentors Junior Developers
David Boutry
 
60 Years and Beyond eBook 1234567891.pdf
60 Years and Beyond eBook 1234567891.pdf
waseemalazzeh
 
machine learning is a advance technology
machine learning is a advance technology
ynancy893
 
02 - Ethics & Professionalism - BEM, IEM, MySET.PPT
02 - Ethics & Professionalism - BEM, IEM, MySET.PPT
SharinAbGhani1
 
Fundamentals of Digital Design_Class_12th April.pptx
Fundamentals of Digital Design_Class_12th April.pptx
drdebarshi1993
 
Montreal Dreamin' 25 - Introduction to the MuleSoft AI Chain (MAC) Project
Montreal Dreamin' 25 - Introduction to the MuleSoft AI Chain (MAC) Project
Alexandra N. Martinez
 
Cadastral Maps
Cadastral Maps
Google
 
3. What is the principles of Teamwork_Module_V1.0.ppt
3. What is the principles of Teamwork_Module_V1.0.ppt
engaash9
 
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
samueljackson3773
 
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Yannis
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
djiceramil
 
Industry 4.o the fourth revolutionWeek-2.pptx
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-Glands & Lugs, Simplex...
362 Alec Data Center Solutions-Slysium Data Center-AUH-Glands & Lugs, Simplex...
djiceramil
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
djiceramil
 
grade 9 science q1 quiz.pptx science quiz
grade 9 science q1 quiz.pptx science quiz
norfapangolima
 

screen output and keyboard input in js