SlideShare a Scribd company logo
INTRODUCTION TO
HTML, CSS, JS
Agustinus Theodorus
HELLO!
Agustinus Theodorus
IT Architect and Web Services Staff at Bina Nusantara
IT Division
HOW DOES CLIENT SIDE & SERVER SIDE WORK?
Web
Server
Web BrowserInternet
HTTP Request
HTTP Response
INTRODUCTION TO
HTML
Agustinus Theodorus
WHAT IS HTML?
Hypertext Markup Language
is the standard markup language for documents designed to be displayed in a web browser.
COMMONLY USED HTML TAGS
<p>…</p>
<br />
<h1>…</h1>
<!--…-->
<ol>…</ol>
<ul>…</ul>
<img />
<a>…</a>
<table>…</table>
INTRODUCTION TO
CSS
Agustinus Theodorus
WHAT IS CSS?
Cascading Style Sheets
is a style sheet language used for describing the presentation of a document written in a markup language like
HTML.
LET’S CODE
CSS!
INTRODUCTION TO
JAVASCRIPT
Agustinus Theodorus
WHAT IS JAVASCRIPT?
Ja-va-Script
ˈjävəskript,ˈjavə-/
noun
an object-oriented computer programming language commonly used to create interactive effects within web
browsers.
HOW DOES JAVASCRIPT WORK?
A brief explanation of Client Side and Server Side.
▪ Client Side 🡪 script is run on client’s browser, and doesn’t need web server to run.
▪ Server Side 🡪 script is processed on a web server, and is served back at the user to generate a dynamic html
page for the client.
HOW DOES JAVASCRIPT WORK?
Web
Server
Web Browser
(Client Side JS is
processed here)
HOW DO WE APPLY JAVASCRIPT?
▪ There are 3 ways to apply Javascript in your web app:
▪ Internal JavaScript
Written in the .html file within the script tag
<script>
function sayHiConsoleLog()
{
var button = document.getElementById(‘helloBtn’);
button.onclick = function () {
console.log(‘Hello World’);
}
}
</script>
▪ External JavaScript
Written in a external .js file
<script src="script.js"></script>
▪ Inline JavaScript handlers
Written inline in html tags (script here usually calls functions)
<button onclick=“sayHiConsoleLog()">Click me!</button>
LET’S LEARN
SYNTAX!
BUT BEFORE
THAT..
var , let , & const;
The variables used in javascript are dynamic.
Variables in Javascript
function(){
console.log(‘I am a function’);
}
Javascript Functions
alert(object)
To show an alert containing the value of the object.
alert
console.log(object)
To log the value of the object in the console.
console.log
object.getElementById(‘name of element’)
Used to get a HTML element by their Id as an object
.getElementById
object.onclick
Used to add a trigger event on a object.
.onclick
object.value
Used to get the value of input tags (<input>).
.value
object.length
Used to get the length of a object.
.length
object.checked
Used to get the Boolean in a <input type=“radio”> or <input type=“checkbox”>.
.checked
object.innerHTML
Used to get or modify the value of HTML tags, i.e: (<div>, < p>, <span>, etc..)
.innerHTML
object.substring(start index, end index)
Used to get the part of string in object value.
.substring
testString.test(string)
Used to check if the string contains testString.
.test
EXERCISES
▪ File : form registrasi.html

More Related Content

What's hot (20)

PDF
Html,javascript & css
Predhin Sapru
 
PDF
Intro to HTML, CSS & JS - Internship Presentation Week-3
Devang Garach
 
PPTX
html-css
Dhirendra Chauhan
 
PDF
Frontend Crash Course: HTML and CSS
Thinkful
 
PDF
Intro to HTML and CSS basics
Eliran Eliassy
 
PPT
KMUTNB - Internet Programming 4/7
phuphax
 
PPT
Span and Div tags in HTML
Biswadip Goswami
 
PPT
A quick guide to Css and java script
AVINASH KUMAR
 
PPTX
HTML CSS | Computer Science
Transweb Global Inc
 
PPTX
Html and css
Sukrit Gupta
 
PDF
Web Layout
Shawn Calvert
 
PPTX
HTML/CSS/java Script/Jquery
FAKHRUN NISHA
 
PPT
Html JavaScript and CSS
Radhe Krishna Rajan
 
PPTX
Html and css presentation
umesh patil
 
PPTX
Introduction to HTML and CSS
Ferdous Mahmud Shaon
 
PPT
Introduction to HTML
Amit Tyagi
 
ODP
Cascading Style Sheets - Part 02
Hatem Mahmoud
 
PPT
JavaScript: Ajax & DOM Manipulation
borkweb
 
PPT
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 
PDF
Web 101
OneDesignCompany
 
Html,javascript & css
Predhin Sapru
 
Intro to HTML, CSS & JS - Internship Presentation Week-3
Devang Garach
 
Frontend Crash Course: HTML and CSS
Thinkful
 
Intro to HTML and CSS basics
Eliran Eliassy
 
KMUTNB - Internet Programming 4/7
phuphax
 
Span and Div tags in HTML
Biswadip Goswami
 
A quick guide to Css and java script
AVINASH KUMAR
 
HTML CSS | Computer Science
Transweb Global Inc
 
Html and css
Sukrit Gupta
 
Web Layout
Shawn Calvert
 
HTML/CSS/java Script/Jquery
FAKHRUN NISHA
 
Html JavaScript and CSS
Radhe Krishna Rajan
 
Html and css presentation
umesh patil
 
Introduction to HTML and CSS
Ferdous Mahmud Shaon
 
Introduction to HTML
Amit Tyagi
 
Cascading Style Sheets - Part 02
Hatem Mahmoud
 
JavaScript: Ajax & DOM Manipulation
borkweb
 
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 

Similar to Introduction to HTML, CSS, and Javascript (20)

PDF
WT UNIT 2 presentation :client side technologies JavaScript And Dom
SrushtiGhise
 
PDF
JS BASICS JAVA SCRIPT SCRIPTING
Arulkumar
 
PDF
javascriptPresentation.pdf
wildcat9335
 
PPTX
Lecture 5 javascript
Mujtaba Haider
 
PPTX
Lecture-15.pptx
vishal choudhary
 
PPTX
Introduction to Java script for web .pptx
FahimMousa
 
PDF
Unit 4(it workshop)
Dr.Lokesh Gagnani
 
PPT
JAVA SCRIPT
Go4Guru
 
PPTX
Java script Basic
Jaya Kumari
 
PPT
Java script
sanjay joshi
 
PPT
Java script
umesh patil
 
PPT
javascript.ppt
MrsSChitradeviCommer
 
PDF
Java script how to
julian vega
 
PPTX
Java script tutorial
Son Nguyen
 
PPTX
Chapter 3 INTRODUCTION TO JAVASCRIPT S.pptx
KelemAlebachew
 
PPTX
Javascript session 1
Muhammad Ehtisham Siddiqui
 
PPT
L08IntroToJavaScript.ppt
ictlab3
 
PPTX
Tech Winter Break GDG Oncampus Sri Vasavi Engineering College
umar630934
 
PPT
JavaScript (1).pptdffdfvdfvfvfvfefwefedfe
sgg86953
 
PPTX
JavaScript_III.pptx
rashmiisrani1
 
WT UNIT 2 presentation :client side technologies JavaScript And Dom
SrushtiGhise
 
JS BASICS JAVA SCRIPT SCRIPTING
Arulkumar
 
javascriptPresentation.pdf
wildcat9335
 
Lecture 5 javascript
Mujtaba Haider
 
Lecture-15.pptx
vishal choudhary
 
Introduction to Java script for web .pptx
FahimMousa
 
Unit 4(it workshop)
Dr.Lokesh Gagnani
 
JAVA SCRIPT
Go4Guru
 
Java script Basic
Jaya Kumari
 
Java script
sanjay joshi
 
Java script
umesh patil
 
javascript.ppt
MrsSChitradeviCommer
 
Java script how to
julian vega
 
Java script tutorial
Son Nguyen
 
Chapter 3 INTRODUCTION TO JAVASCRIPT S.pptx
KelemAlebachew
 
Javascript session 1
Muhammad Ehtisham Siddiqui
 
L08IntroToJavaScript.ppt
ictlab3
 
Tech Winter Break GDG Oncampus Sri Vasavi Engineering College
umar630934
 
JavaScript (1).pptdffdfvdfvfvfvfefwefedfe
sgg86953
 
JavaScript_III.pptx
rashmiisrani1
 
Ad

More from Agustinus Theodorus (7)

PDF
DSC - Shared Preferences and Room
Agustinus Theodorus
 
PDF
DSC - Recycle View, DiffUtil and many other things
Agustinus Theodorus
 
PDF
DSC - Recycle View, DiffUtil and many other things (Slides)
Agustinus Theodorus
 
PDF
Flutter Dev 2019
Agustinus Theodorus
 
PDF
Introduction to Android (With a UI/UX Case Study)
Agustinus Theodorus
 
PDF
Introduction to Java (and object-oriented programming)
Agustinus Theodorus
 
PDF
Git Workshop
Agustinus Theodorus
 
DSC - Shared Preferences and Room
Agustinus Theodorus
 
DSC - Recycle View, DiffUtil and many other things
Agustinus Theodorus
 
DSC - Recycle View, DiffUtil and many other things (Slides)
Agustinus Theodorus
 
Flutter Dev 2019
Agustinus Theodorus
 
Introduction to Android (With a UI/UX Case Study)
Agustinus Theodorus
 
Introduction to Java (and object-oriented programming)
Agustinus Theodorus
 
Git Workshop
Agustinus Theodorus
 
Ad

Recently uploaded (20)

PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Digital Circuits, important subject in CS
contactparinay1
 

Introduction to HTML, CSS, and Javascript