Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views5 pages

Intro HTML Css Js

Uploaded by

Otobong ukoyo
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)
13 views5 pages

Intro HTML Css Js

Uploaded by

Otobong ukoyo
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
You are on page 1/ 5

Introduction to HTML, CSS &

JavaScript
The Building Blocks of Web Development
What is HTML?

• Full Meaning: HyperText Markup Language


• HTML is like the skeleton of a web page
• It tells the browser what should appear on the page
• Example: Text, images, links, headings, paragraphs
What is CSS?

• Full Meaning: Cascading Style Sheets


• CSS is like the clothes and colors of a web page
• It makes websites beautiful and stylish
• Example: Colors, fonts, layouts, animations
What is JavaScript?

• JavaScript is the brain of the web page


• It makes websites alive and interactive
• It tells the page what to do when you click or type
• Example: Buttons, forms, games, animations
Simple Analogy

• HTML = Skeleton (structure)


• CSS = Clothes (style)
• JavaScript = Brain (action)
• Together they build the websites you use every day!

You might also like