Download presentation
Presentation is loading. Please wait.
1
Web Basics: HTML/CSS/JavaScript What are they?
2
HTML – Hyper Text Markup Language
Not a programming language Simply tells your browser what content to display Made up of several different Tags
3
Example HTML Code & Result
4
Essential HTML Tags <html> </html> HTML declaration
<head> </head> Document header <body> </body> Page Content <h1> Important! </h1> Level 1 header (largest text) <p> Hello! </p> Paragraph <a href=“ <a> Link <img src=“source.jpg”> </img> Image
5
CSS – Cascading Style Sheets
Markup language Describes how HTML elements (tags + content) are displayed External files that HTML will reference
6
See for yourself!
7
JavaScript – Program the internet!
The internet’s programming language Allows for web interactivity
8
What JavaScript looks like:
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.