0% found this document useful (0 votes)
2 views7 pages

JavaScript Basics for Web Development

JavaScript is a programming language that enhances web pages by making them interactive and dynamic, working alongside HTML and CSS. It is easy to learn, fast, and compatible with all browsers, serving both frontend and backend purposes. The document also explains how to integrate JavaScript into HTML through internal and external scripts.

Uploaded by

abubakr67.com
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views7 pages

JavaScript Basics for Web Development

JavaScript is a programming language that enhances web pages by making them interactive and dynamic, working alongside HTML and CSS. It is easy to learn, fast, and compatible with all browsers, serving both frontend and backend purposes. The document also explains how to integrate JavaScript into HTML through internal and external scripts.

Uploaded by

abubakr67.com
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Introduction to JavaScript

ICT Subject Presentation (Week 11)


Presented by: [Your Name]
What is JavaScript?
• English:
• JavaScript is a programming language used to
make web pages interactive and dynamic.
• It runs inside the browser and works with
HTML & CSS.

• Urdu:
• JavaScript ‫ایک پروگرامنگ زبان ہے جو ویب‬
‫پیجز کو حرکت اور عمل دیتی ہے۔‬
HTML vs CSS vs JavaScript
• HTML → Structure (Headings, Text, Images)
• CSS → Style (Colors, Layout, Fonts)
• JavaScript → Behavior (Buttons, Animations,
Actions)

• Urdu:
• HTML ‫ڈھانچہ بناتا ہے‬، CSS ،‫خوبصورتی دیتی ہے‬
‫ اور‬JavaScript ‫حرکت پیدا کرتی ہے۔‬
Characteristics of JavaScript
• • Easy to learn and understand
• • Fast and lightweight
• • Runs on all browsers
• • Used for both Frontend and Backend
([Link])

• Urdu:
• ‫ تیز اور ہر براؤزر میں چلنے والی زبان۔‬،‫آسان‬
Integrating JavaScript in HTML
• 1. Internal Script:
• <script> alert('Hello!'); </script>
• (Written inside the HTML file)

• 2. External Script:
• <script src='[Link]'></script>
• (Linked from a separate JS file)

• Urdu:
Internal vs External JavaScript
• Internal:
• Code is written directly inside the HTML file.
• Example: <script>...</script>

• External:
• Code is saved in a .js file and linked with
HTML.
• Example: <script src='[Link]'></script>
Conclusion
• English:
• JavaScript adds life to websites. It is one of the
most important parts of ICT.

• Urdu:
• JavaScript ‫ ویب سائٹس کو زندہ بناتی ہے اور‬ICT
‫کا اہم حصہ ہے۔‬

• Thank You!

You might also like