正在缓存...

HyperText Markup Language

Welcome to the presentation on the foundation of the web!

Is this a regular PPT?

What is HTML?

What is HTML?

HTML stands for HyperText Markup Language.

It structures the content of web pages, making it possible for browsers to display text, images, and links.

HTML Basics

HTML Basics

For headings, we use the '<h1>' to '<h6>' tags

For paragraphs, we use `<p>`

to insert images, we use `<img>`

to add links, we use the `<a>` tag

CSS and HTML

CSS and HTML

CSS, or Cascading Style Sheets, allows us to style the structure that HTML creates.

Without CSS, webpages would be very plain, as shown below.

With CSS
Without CSS
JavaScript and HTML

JavaScript and HTML

JavaScript allows us to add interactivity to web pages, making them dynamic.

Hover over the left box to see JavaScript in action!

With JS
Without JS
Thank you for your listening!