Presentation is loading. Please wait.

Presentation is loading. Please wait.

Web Basics: HTML/CSS/JavaScript What are they?

Similar presentations


Presentation on theme: "Web Basics: HTML/CSS/JavaScript What are they?"— Presentation transcript:

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:


Download ppt "Web Basics: HTML/CSS/JavaScript What are they?"

Similar presentations


Ads by Google