•
HTML stands for HyperText Markup Language.
•
It structures the content of web pages, making it possible for browsers to display text, images, and links.
Welcome to the presentation on the foundation of the web!
No, it's a web page built with 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.
•
For headings, we use the '<h1>' to '<h6>' tags
•
For paragraphs, we use `<p>`
•
to add links, we use the `<a>` tag
•
CSS, or Cascading Style Sheets, allows us to style the structure that HTML creates.
•
Without CSS, webpages would be very plain, as shown below.
•
JavaScript allows us to add interactivity to web pages, making them dynamic.
•
Hover over the left box to see JavaScript in action!