Web Development for Beginners

What are we going to learn here ?

  1. HTML
  2. CSS
  3. JavaScript ( just talk )

What is the Internet?

How the internet works?

Before we start learning!

What is front-end ?
what is back-end?

what is a static website?

what is a dynamic website?

What is html?

  • HyperText Markup Language
  • Defines the structure of a webpage
    • "put an image here"
    • "put a form here"
  • The "nouns" of a webpage

What is CSS?

  • Cascading Style Sheets
  • Defines the style of HTML
    • "make all text purple"
    • "give the first image a yellow border"
  • The "adjectives"  of a webpage

What is JavaScript?

  • Adds logic and interactivity to a page
    • "Do some math"
    • "Change color when the user clicks"
    • "Load new data from another server"
  • The actions or "verbs"  of a webpage

WEB DEV
INTRODUCTION ENDS

Made with Slides.com